diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 875b8e9..1979a56 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -33,4 +33,24 @@ template: | $CHANGES - # **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$NEW_TAG + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$NEW_TAG + +exclude-labels: + - "skip-changelog" + +exclude-contributors: + - "Dr-Blank" + +autolabeler: + - label: "bug" + branch: + - '/fix\/.+/' + title: + - "/fix/i" + - label: "enhancement" + branch: + - '/feature\/.+/' + title: + - "/feat(ure)?/i" + body: + - "/JIRA-[0-9]{1,4}/" diff --git a/.vscode/settings.json b/.vscode/settings.json index 6b19190..ffa9f03 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,7 @@ }, "cSpell.words": [ "audioplayers", + "autolabeler", "Autovalidate", "deeplinking", "fullscreen",