You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That repo was an experiment with nodejs cli tool to help creating a standardized changelog based on semver. I want to eventually rewrite the cli in go, and further explore this idea.
For example, we accumulate entries in Unreleased section of change log, categorized as either major, minor or path. Then, when ready to release, it is easy to determine semver (and can also have cli calculate it for you with chlog release). Upon merge to master, if latest version is unpublished, it will publish release automatically for you.
I would follow up after this change, with a PR to add automation for releases based on changes to CHANGELOG.md.
The text was updated successfully, but these errors were encountered:
BLUF: I propose adding change log file and allowing it to trigger automation for releases.
I propose adding a changlog in this format:
https://github.com/majgis/change-log/blob/master/CHANGELOG.md
That repo was an experiment with nodejs cli tool to help creating a standardized changelog based on semver. I want to eventually rewrite the cli in go, and further explore this idea.
For example, we accumulate entries in Unreleased section of change log, categorized as either major, minor or path. Then, when ready to release, it is easy to determine semver (and can also have cli calculate it for you with
chlog release
). Upon merge to master, if latest version is unpublished, it will publish release automatically for you.I would follow up after this change, with a PR to add automation for releases based on changes to CHANGELOG.md.
The text was updated successfully, but these errors were encountered: