Maintaining a changelog #1969
joelim-work
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From #1407, we discussed the possibility of maintaining a separate
CHANGELOG.md
file in the repo, however at the time it was rejected because:As a result, we have just been simply adding the release notes into the description for each release. This works well for users who upgrade regularly and just want to see what is new in the latest release, however it is not easy to view changes across all releases in a single big list.
I suppose it's possible to just maintain a
CHANGELOG.md
in the repo, and then release notes can either be manually copied (or automatically via some GitHub action) when generating a new release. But for the time being I'm also happy to keep things the way they are now.In any case I ended up writing a script which uses GitHub API calls to generate such a changelog if I ever need it. This can be piped into
glow -p
to make it look nicer.Beta Was this translation helpful? Give feedback.
All reactions