diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0b4cbab..610efe0 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -12,7 +12,6 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' template: | ## What Changed ๐Ÿ‘€ - $CHANGES **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION categories: @@ -26,7 +25,7 @@ categories: - title: ๐Ÿงช Test labels: - test - - title: ๐Ÿšฅ CI + - title: ๐Ÿ‘ท CI labels: - ci - title: โ™ป๏ธ Changes @@ -37,9 +36,6 @@ categories: - title: โ›”๏ธ Deprecated labels: - deprecated - - title: ๐Ÿ—‘ Removed - labels: - - removed - title: ๐Ÿ” Security labels: - security @@ -53,8 +49,6 @@ categories: - dependencies - title: ๐Ÿงฐ Maintenance label: 'chore' - - title: ๐Ÿงบ Miscellaneous #Everything except ABAP - label: misc - title: ๐Ÿ“ Other changes ## putting no labels pr to `Other Changes` category with no label - https://github.com/release-drafter/release-drafter/issues/139#issuecomment-480473934 @@ -84,13 +78,19 @@ autolabeler: - '/(test)\/.*/' - label: 'bug' branch: - - '/(fix)\/.*/' + - '/(fix)\/.*/' - label: 'feature' branch: - '/(feat)\/.*/' + - label: 'minor' + branch: + - '/(feat)\/.*/' + - label: 'patch' + branch: + - '/(fix)\/.*/' body: - '/JIRA-[0-9]{1,4}/' - + change-template: '- $TITLE (#$NUMBER)' exclude-contributors: - 'meysamhadeli'