You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,23 +68,7 @@ To create a new release, follow these steps in order:
68
68
69
69
### 1. Update CHANGELOG.md
70
70
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).
88
72
89
73
**Important:** Commit and push this change before creating the tag.
0 commit comments