mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 04:01:07 +02:00
10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
# run this with:
|
|
# export CHANGELOG_GITHUB_TOKEN=......
|
|
# github_changelog_generator --future-release vX.Y.Z
|
|
user=pyapp-kit
|
|
project=superqt
|
|
issues=false
|
|
since-tag=v0.2.0
|
|
exclude-labels=duplicate,question,invalid,wontfix,hide
|
|
add-sections={"documentation":{"prefix":"**Documentation updates:**","labels":["documentation"]},"tests":{"prefix":"**Tests & CI:**","labels":["tests"]},"refactor":{"prefix":"**Refactors:**","labels":["refactor"]}}
|