Add packaging label to changelog generator config

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:
Jonathan Wren 2020-12-26 12:29:53 -08:00
parent 3bce055c89
commit 482d88b194
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -98,7 +98,7 @@ jobs:
repo: jrnl-org/jrnl repo: jrnl-org/jrnl
token: ${{ secrets.JRNL_BOT_TOKEN }} token: ${{ secrets.JRNL_BOT_TOKEN }}
base: CHANGELOG.md 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 issues: true
pullRequests: true pullRequests: true
issuesWoLabels: false issuesWoLabels: false