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:
Jonathan Wren 2020-12-26 13:08:39 -08:00 committed by GitHub
parent 3bce055c89
commit f8513d3859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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