File: .github_changelog_generator

package info (click to toggle)
python-npe2 0.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 828 kB
  • sloc: python: 7,088; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# generate new changelog with
# https://github.com/github-changelog-generator/github-changelog-generator
# set `CHANGELOG_GITHUB_TOKEN` to github token then,
# e.g. `github_changelog_generator --future-release v0.1.0`
user=napari
project=npe2
issues=false
exclude-labels=duplicate,question,invalid,wontfix,hide
add-sections={"tests":{"prefix":"**Tests & CI:**","labels":["tests"]},"refactor":{"prefix":"**Refactors:**","labels":["refactor"]},"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}