Skip to content

Commit

Permalink
BUG/MINOR: goreleaser: fix release note generation. Previously, the r…
Browse files Browse the repository at this point in the history
…elease notes were edited manually

this commit also bump goreleaser action from v2 to v4 (not related to release notes gathering pb)

Signed-off-by: Vincent Gramer <vgramer@haproxy.com>
  • Loading branch information
vgramer committed Jul 19, 2023
1 parent 74c75c4 commit 55ffe63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: 1.17.1
Expand Down

0 comments on commit 55ffe63

Please sign in to comment.