Skip to content

Commit

Permalink
refactor: adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 20, 2021
1 parent a05c010 commit 6854d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,4 @@ milestones:
- close: true
fail_on_error: true
changelog:
sort: asc
filters:
exclude:
- '^chore:'
- '^docs:'
- '^test:'
skip: true
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ executed `make prerequisites`.
7. Compare the CHANGELOG.md changes and push to master
8. Cut a new tag for the next release version
9. Run `GITHUB_TOKEN="<TOKEN>" make release` to package the tool and create a GitHub release
10. Create a new milestone following the `v<NEXT RELEASE VERSION>` pattern
10. Provide a changelog for the release using CHANGELOG.md
11. Create a new milestone following the `v<NEXT RELEASE VERSION>` pattern

0 comments on commit 6854d9a

Please sign in to comment.