Skip to content

Commit

Permalink
Modify release changlog and goreleaser configs to not modify changelo…
Browse files Browse the repository at this point in the history
…g before running goreleaser
  • Loading branch information
lamminade committed Dec 2, 2021
1 parent 8e24fd4 commit 36a9a7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
make gox build-all compress=true
- name: Generate Changelog
run: |
export PATH=$PATH:$(go env GOPATH)/bin
./scripts/release/release-note.sh
- name: Run GoReleaser
uses: goreleaser/[email protected]
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
builds:
- env:
Expand Down Expand Up @@ -51,3 +48,4 @@ release:
draft: false
changelog:
skip: true

0 comments on commit 36a9a7c

Please sign in to comment.