diff --git a/docs/release_notes_template.md b/docs/release_notes_template.md index 740ef00..66ac266 100644 --- a/docs/release_notes_template.md +++ b/docs/release_notes_template.md @@ -4,12 +4,23 @@ Top Bar Organizer vX includes the following changes: The following relevant and/or breaking changes of this version: - +## Breaking Change + +Description + +## Relevant Change + +Description + +# Other Changes + +- a change +- another change # `git shortlog` The git shortlog for this version: ``` - +git shortlog vX-1..vX ``` diff --git a/git_annotated_tag_template b/git_annotated_tag_template index 5f9a5c0..2c66d8d 100644 --- a/git_annotated_tag_template +++ b/git_annotated_tag_template @@ -1,7 +1,9 @@ -Top Bar Organizer vX includes the following changes: +Top Bar Organizer vX -# Relevant and/or Breaking Changes +Relevant and/or Breaking Changes: +- breaking change: description +- relevant change: description -The following relevant and/or breaking changes of this version: - - +Other Changes: +- a change +- another change