diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..7aa74b5 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,16 @@ +# .github/release.yml + +changelog: + exclude: + authors: + - octocat + categories: + - title: Breaking Changes 💥 + labels: + - ":boom: breaking" + - title: Exciting New Features 🎉 + labels: + - ":tulip: enhancement" + - title: Other Changes + labels: + - "*"