keep-a-changelog
keep-a-changelog copied to clipboard
If you build software, keep a changelog.
### Changed - Fix case for Unreleased link in CHANGELOG.md Even though lower case works, this makes more sense to me
GitHub releases will be triggered by tags pushing, you can also add some steps like website deployment in this workflow.
On the [main web page](https://keepachangelog.com/en/1.0.0/) it doesn't say anywhere to use Markdown. You should mention it. Also, are you suggesting to use Markdown or [Commonmark](https://commonmark.org/)?
In my opinion, these categories have two kinds: note and warning. (The words are picked from compiler message. I just don't know better words.) For example, `Added` is a "note"....
Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.1. Changelog Sourced from minitest's changelog. === 5.25.1 / 2024-08-16 2 bug fixes: Fix incompatibility caused by minitest-hooks & rails invading minitest internals. Revert change...
The `v` in GitHub tags such as `v0.0.1` and `v0.0.2` in `https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.0.2` is zero-value added denotator. To encourage easier syntax validation and reduce a denotation that is easy to accidentally...
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. Release notes Sourced from webrick's releases. v1.8.2 What's Changed Drop commented-out line by @olleolleolle in ruby/webrick#108 Add Ruby 3.1 & 3.2 to CI matrix...
In a project I'm using this for I've started adding the date to 'Unreleased' in the same format as for releases. I update this date whenever I update the section....