Common tools and configs used in rom-rb projects
Use the following syntax in your commit messages to have CHANGELOG.md
automatically updated in rom-rb repos:
I added a feature
[changelog]
added: "New feature was added (@gh-handle)"
I added a feature
[changelog]
version: 3.1.2
added: "New feature was added (@gh-handle)"
if the version doesn't exist, it will be added for you
Bump to 3.1.2
[changelog]
version: 3.1.2
added: "New feature was added (@gh-handle)"
fixed: "Something was broken and it was fixed (@gh-handle)"
changed: "Something else was changed too (@gh-handle)"
Bump to 3.1.2
[changelog]
version: 3.1.2
fixed:
- "this bug (@gh-handle)"
- "that bug (@gh-handle)"
Bump to 3.1.2
[changelog]
version: 3.1.2
summary: "This release is great"