From 3e1d35b5b541c5b03e40dea531db6603053585db Mon Sep 17 00:00:00 2001 From: glueops-svc-account Date: Tue, 8 Oct 2024 11:30:10 +0000 Subject: [PATCH] [skip actions] created local '.github/release.yml' from remote '.github/release.yml' --- .github/release.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..cc89daf --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,30 @@ +#### +## This is managed via https://github.com/internal-GlueOps/github-shared-files-sync . Any changes to this file may be overridden by our automation +#### + +changelog: + exclude: + labels: + - 'ignore' + authors: + - 'glueops-terraform-svc-account' + categories: + - title: Breaking Changes 🛠 + labels: + - 'major' + - 'breaking-change' + - title: Enhancements 🎉 + labels: + - 'minor' + - 'enhancement' + - 'new-feature' + - title: Other 🐛 + labels: + - 'auto-update' + - 'patch' + - 'fix' + - 'bugfix' + - 'bug' + - 'hotfix' + - 'dependencies' + - 'include-in-release-notes' \ No newline at end of file