Add packaging label to included sections in changelog (#1140)

This commit is contained in:
Jonathan Wren 2021-01-02 14:53:54 -08:00 committed by GitHub
parent bddec64faa
commit f041402533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ jobs:
issuesWoLabels: false
unreleased: true
compareLink: true
includeLabels: bug,enhancement,documentation,build,deprecated
includeLabels: bug,enhancement,documentation,build,packaging,deprecated
excludeLabels: stale,wontfix
excludeTagsRegex: ${{ env.TAG_REGEX }}
sinceTag: ${{ env.SINCE_TAG }}