update: Improved versioning and added examples for commit messages
This commit is contained in:
parent
6399c627f7
commit
4b84fa43ef
2 changed files with 6 additions and 3 deletions
|
|
@ -17,6 +17,9 @@ The idea is to get rather automated release notes. To have this as easy as possi
|
|||
- `delete:` - for removed functionality
|
||||
- Everything else will be ignored
|
||||
|
||||
- A git commit example for a new feature: `git commit -m "new: added new feature"`
|
||||
- A git commit example for something you don't want to show in the release notes (omit any of the keywords at the beginning): `git commit -m "updated readme"`
|
||||
|
||||
- tags for each version, we will output only the change log from the last and second last tag
|
||||
- you can add tags with `git tag -a <tag> -m "<message>"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue