mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Prepare 0.5.0 (#342)
* Prepare 0.5.0 * Add note about how to include release summary to changelog
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user