- Distinguish between
Public API ChangesandSystem Administration Changes - Put
Addedsection first, followed byChanged,Deprecated,Removed,FixedandSecurity.
-
Rebuild ../dlauncher/dashboard from the and run
go generate ./... -
Test your stuff (./devel contains a few scenarios that you can run).
-
Modify the CHANGELOG.md to reflect the tag you're about to build and push
-
Tag it (
git tag v0.1.2) -
Run GoReleaser:
goreleaser release --rm-dist
-
Remove the changelogs in
CHANGELOG.md, and link to the GitHub release. The final source of truth for the change log is the GitHUb/releasespage for the release. -
Make sure any contributions from the community are RECOGNIZED in the Releases page.