Skip to content

Commit

Permalink
docs: extend release document
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 13, 2021
1 parent 114dfdb commit d1c24c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
milestones:
- close: true
fail_on_error: true
changelog:
sort: asc
filters:
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ executed `make prerequisites`.
3. Make sure that formatters are not complaining (`make format` returns 0)
4. Make sure that linters are not complaining (`make lint` returns 0)
5. Take a note about the next release version, keeping semantic versioning in mind
6. Update the CHANGELOG.md using `TAG="<new release version>" make changelog`
6. Update the CHANGELOG.md using `TAG="<CURRENT RELEASE VERSION>" make changelog`
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

0 comments on commit d1c24c2

Please sign in to comment.