Top-Bar-Organizer/docs/release_notes_template.md
June ea3942057f
docs: enhance the git annotated tag and release notes templates
- Give them a better general structure by having a "Relevant and/or
  Breaking Changes" and an "Other Changes" section.
- Use more minimal markup in the git annotated tag template as that
  works better for annotated tags.
- Use nicer and more useful placeholder values.
- Get rid of unnecessary descriptions.
2024-09-11 03:58:32 +02:00

27 lines
351 B
Markdown

Top Bar Organizer vX includes the following changes:
# Relevant and/or Breaking 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
```