Release sampo-v0.13.0 #165
Replies: 1 comment
-
|
Hi @t-moe , hope you’re doing well. Just a quick note to let you know that support for Keep a Changelog-style formats shipped in this release. If you have a chance to try it, I’d really appreciate any feedback 🙂 |
Beta Was this translation helpful? Give feedback.
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.
-
Minor changes
changesets.tagsconfiguration option, an optional array of custom changelog section names (default:[]). When configured, changesets can use thebump (Tag)format to categorize entries under custom headings instead of the default bump-based sections. For example,tags = ["Added", "Changed", "Deprecated", "Removed", "Fixed", "Security"]enables Keep a Changelog style formatting wherecargo/my-crate: minor (Added)appears under### Addedwhile still applying a minor version bump. — Thanks @goulvenclech!Patch changes
.sampo/directory. If.sampo/doesn't exist, Sampo displays a clear error message: "Sampo not initialized. Run sampo init first." — Thanks @goulvenclech!—
See release page: https://github.com/bruits/sampo/releases/tag/sampo-v0.13.0
Beta Was this translation helpful? Give feedback.
All reactions