Closed sdavids closed 1 year ago
Would you expect to add a changelog starting with the next release, or for all releases in the past?
Fixed with 3af81865b76af62f49e4474e02368b3bfe78d3ed
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
https://keepachangelog.com/en/1.0.0/