mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
1bf6d80b2a
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.
12 lines
508 B
Plaintext
12 lines
508 B
Plaintext
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
|