We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8c553 commit cec79b9Copy full SHA for cec79b9
RELEASING.md
@@ -12,6 +12,12 @@ export NEW_RELEASE=0.4.0.dev4
12
poetry version $NEW_RELEASE
13
```
14
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
21
3. Generate changelog
22
23
```bash
@@ -21,8 +27,6 @@ export CHANGELOG_GITHUB_TOKEN=token
27
github_changelog_generator --base HISTORY.md --user python-kasa --project python-kasa --since-tag $PREVIOUS_RELEASE --future-release $NEW_RELEASE -o CHANGELOG.md
28
29
24
-3. Write a short and understandable summary for the release.
25
-
26
30
4. Commit the changed files
31
32
0 commit comments