diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..7730143 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,25 @@ +# .github/release.yml + +# changelog: +# exclude: +# labels: +# - ignore-for-release +# authors: +# - octocat +changelog: + categories: + - title: Breaking Changes + labels: + - Semver-Major + - breaking-change + - title: Exciting New Features + labels: + - Semver-Minor + - enhancement + - title: Fixed Bugs + labels: + - bug + - Bug + - title: Other Changes + labels: + - "*"