Skip to content
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

Closed
sdavids opened this issue Oct 24, 2023 · 4 comments
Closed

Add Changelog #19

sdavids opened this issue Oct 24, 2023 · 4 comments

Comments

@sdavids
Copy link

sdavids commented Oct 24, 2023

https://keepachangelog.com/en/1.0.0/

@kristian
Copy link
Owner

Would you expect to add a changelog starting with the next release, or for all releases in the past?

@kristian
Copy link
Owner

kristian commented Oct 24, 2023

Fixed with 3af8186

@sdavids
Copy link
Author

sdavids commented Oct 25, 2023

Thanks

@sdavids
Copy link
Author

sdavids commented Oct 25, 2023

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants