Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 12, 2025

  1. docs: update GitHub Action assets (#5723)

    golangci-releaser authored Apr 12, 2025
    Copy the full SHA
    1616212 View commit details
  2. docs: update documentation assets (#5722)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez authored Apr 12, 2025
    Copy the full SHA
    cb0ee16 View commit details
  3. chore: downgrade goreleaser to v2.8.1

    Related to a regression inside v2.8.2
    ldez committed Apr 12, 2025
    Copy the full SHA
    d9d46b4 View commit details
  4. chore: prepare release

    ldez committed Apr 12, 2025
    Copy the full SHA
    93dabf9 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ jobs:
- name: Create release
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: v2.8.1
args: release --clean --timeout=90m
env:
AUR_KEY: ${{ secrets.AUR_KEY }}
Loading