Prepare 0.5.0 (#342)

* Prepare 0.5.0

* Add note about how to include release summary to changelog
This commit is contained in:
Teemu R
2022-04-25 00:13:24 +02:00
committed by GitHub
parent d908a5ab2a
commit 51fb908d8b
4 changed files with 82 additions and 7 deletions

View File

@@ -12,6 +12,12 @@ export NEW_RELEASE=0.4.0.dev4
poetry version $NEW_RELEASE
```
3. Write a short and understandable summary for the release.
* Create a new issue and label it with release-summary
* Create $NEW_RELEASE milestone in github, and assign the issue to that
* Close the issue
3. Generate changelog
```bash
@@ -21,8 +27,6 @@ export CHANGELOG_GITHUB_TOKEN=token
github_changelog_generator --base HISTORY.md --user python-kasa --project python-kasa --since-tag $PREVIOUS_RELEASE --future-release $NEW_RELEASE -o CHANGELOG.md
```
3. Write a short and understandable summary for the release.
4. Commit the changed files
```bash