summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/release.yml')
-rw-r--r--.github/release.yml59
1 files changed, 59 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 0000000..63657e0
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,59 @@
+changelog:
+ exclude:
+ labels:
+ - 'rn: test(anta)'
+ - 'rn: ci(anta)'
+ - 'rn: test(anta.tests)'
+ - 'rn: ci(anta.tests)'
+ - 'rn: test(anta.cli)'
+ - 'rn: ci(anta.cli)'
+ - 'rn: test'
+ - 'rn: ci'
+ categories:
+ - title: Breaking Changes
+ labels:
+ - 'rn: feat(anta)!'
+ - 'rn: feat(anta.tests)!'
+ - 'rn: feat(anta.cli)!'
+ - 'rn: fix(anta)!'
+ - 'rn: fix(anta.tests)!'
+ - 'rn: fix(anta.cli)!'
+ - 'rn: cut(anta)!'
+ - 'rn: cut(anta.tests)!'
+ - 'rn: cut(anta.cli)!'
+ - 'rn: revert(anta)!'
+ - 'rn: revert(anta.tests)!'
+ - 'rn: revert(anta.cli)!'
+ - 'rn: refactor(anta)!'
+ - 'rn: refactor(anta.tests)!'
+ - 'rn: refactor(anta.cli)!'
+ - 'rn: bump(anta)!'
+ - 'rn: bump(anta.tests)!'
+ - 'rn: bump(anta.cli)!'
+ - 'rn: feat!'
+ - 'rn: fix!'
+ - 'rn: cut!'
+ - 'rn: revert!'
+ - 'rn: refactor!'
+ - 'rn: bump!'
+ - title: New features and enhancements
+ labels:
+ - 'rn: feat(anta)'
+ - 'rn: feat(anta.tests)'
+ - 'rn: feat(anta.cli)'
+ - 'rn: feat'
+ - title: Fixed issues
+ labels:
+ - 'rn: fix(anta)'
+ - 'rn: fix(anta.tests)'
+ - 'rn: fix(anta.cli)'
+ - 'rn: fix'
+ - title: Documentation
+ labels:
+ - 'rn: doc(anta)'
+ - 'rn: doc(anta.tests)'
+ - 'rn: doc(anta.cli)'
+ - 'rn: doc'
+ - title: Other Changes
+ labels:
+ - '*'