Skip to content

Commit cec79b9

Browse files
committed
Add note about how to include release summary to changelog
1 parent 8b8c553 commit cec79b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export NEW_RELEASE=0.4.0.dev4
1212
poetry version $NEW_RELEASE
1313
```
1414

15+
3. Write a short and understandable summary for the release.
16+
17+
* Create a new issue and label it with release-summary
18+
* Create $NEW_RELEASE milestone in github, and assign the issue to that
19+
* Close the issue
20+
1521
3. Generate changelog
1622

1723
```bash
@@ -21,8 +27,6 @@ export CHANGELOG_GITHUB_TOKEN=token
2127
github_changelog_generator --base HISTORY.md --user python-kasa --project python-kasa --since-tag $PREVIOUS_RELEASE --future-release $NEW_RELEASE -o CHANGELOG.md
2228
```
2329

24-
3. Write a short and understandable summary for the release.
25-
2630
4. Commit the changed files
2731

2832
```bash

0 commit comments

Comments
 (0)