Replies: 2 comments
|
Thought I would add a little sample of what the new changelog format will look like: |
0 replies
ChangelogAll notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Unreleasedv1.13.0 - 2022-01-26 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am close to finishing #63 which will embed hyperlinks to tags and commits within a changelog. This will introduce SCM detection into
uplift, which opens up a lot more possibilities in the app. Initially, this will be restricted to GitHub (Cloud), GitLab (Cloud) and AWS CodeCommit.I am looking to implement this as the default behaviour for changelog creation. The
changelogcommand has an--allflag that supports the regeneration of an existing changelog, but is that sufficient for backwards compatibility (or migration)? Or should a flag be introduced to turn this behaviour on--pretty?Please let me know if you have any thoughts on this 😄
All reactions