Skip to content

Commit 9197d66

Browse files
committed
docs: align changelog release template with Keep a Changelog format
1 parent 7fa109c commit 9197d66

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,7 @@ To create a new release, follow these steps in order:
6868

6969
### 1. Update CHANGELOG.md
7070

71-
Move items from the `[Unreleased]` section to a new release section:
72-
73-
```markdown
74-
## [X.Y.Z - COACH_NAME] - YYYY-MM-DD
75-
76-
### Added
77-
- New features here
78-
79-
### Changed
80-
- Changes here
81-
82-
### Fixed
83-
- Bug fixes here
84-
85-
### Removed
86-
- Removed features here
87-
```
71+
Move items from the `[Unreleased]` section to a new release section using the template format provided at the bottom of this file (see the commented template).
8872

8973
**Important:** Commit and push this change before creating the tag.
9074

0 commit comments

Comments
 (0)