mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 10:44:04 +00:00
Update changelog generator config (#1030)
Move the static command line options into the config file for consistency and remove `--no-issues` in favour of `issues-wo-labels=false` to fix the problem where `release-summary` issues are being excluded from the changelog.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
breaking_labels=breaking change
|
||||
add-sections={"new-device":{"prefix":"**Added support for devices:**","labels":["new device"]},"docs":{"prefix":"**Documentation updates:**","labels":["documentation"]},"maintenance":{"prefix":"**Project maintenance:**","labels":["maintenance"]}}
|
||||
output=CHANGELOG.md
|
||||
base=HISTORY.md
|
||||
user=python-kasa
|
||||
project=python-kasa
|
||||
since-tag=0.3.5
|
||||
release_branch=master
|
||||
usernames-as-github-logins=true
|
||||
breaking_labels=breaking change
|
||||
add-sections={"new-device":{"prefix":"**Added support for devices:**","labels":["new device"]},"docs":{"prefix":"**Documentation updates:**","labels":["documentation"]},"maintenance":{"prefix":"**Project maintenance:**","labels":["maintenance"]}}
|
||||
exclude-labels=duplicate,question,invalid,wontfix,release-prep
|
||||
issues-wo-labels=false
|
||||
|
Reference in New Issue
Block a user