mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add packaging label to changelog generator config (#1132)
We added dependabot and told it to use a new packaging label. This change gives that label its own separate section in the changelog.
This commit is contained in:
parent
3bce055c89
commit
f8513d3859
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
repo: jrnl-org/jrnl
|
||||
token: ${{ secrets.JRNL_BOT_TOKEN }}
|
||||
base: CHANGELOG.md
|
||||
addSections: '{"build":{"prefix":"**Build:**","labels":["build"]},"docs":{"prefix":"**Documentation:**","labels":["documentation"]}}'
|
||||
addSections: '{"build":{"prefix":"**Build:**","labels":["build"]},"docs":{"prefix":"**Documentation:**","labels":["documentation"]},"packaging":{"prefix":"**Packaging:**","labels":["packaging"]}}'
|
||||
issues: true
|
||||
pullRequests: true
|
||||
issuesWoLabels: false
|
||||
|
|
Loading…
Add table
Reference in a new issue