-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Changelog #19
Comments
Would you expect to add a changelog starting with the next release, or for all releases in the past? |
Fixed with 3af8186 |
Thanks |
You might also want to create GitHub releases. https://cli.github.com/manual/gh_release_create The workflow is: $ git tag -s -a v1.0.0 -m "v1.0.0"
$ git push origin v1.0.0
$ gh release create v1.0.0 -F CHANGELOG.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://keepachangelog.com/en/1.0.0/
The text was updated successfully, but these errors were encountered: