aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-16 07:28:00 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-16 07:28:00 +0530
commitd0d037b9ea4f84f09a65c5808fb227fd5621d505 (patch)
treef4172be4e14e3ba15f11089386a75db7e1df5d91 /.github
parent5.6.4-nightly.7 [skip ci] (diff)
downloadferdium-app-d0d037b9ea4f84f09a65c5808fb227fd5621d505.tar.gz
ferdium-app-d0d037b9ea4f84f09a65c5808fb227fd5621d505.tar.zst
ferdium-app-d0d037b9ea4f84f09a65c5808fb227fd5621d505.zip
chore: set the configuration of generating github release notes [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/release.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 000000000..6d8b15d02
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,22 @@
1changelog:
2 exclude:
3 labels:
4 - ignore-for-release
5 authors:
6 - FerdiBot
7 - allcontributors
8 categories:
9 - title: Breaking Changes 🛠
10 labels:
11 - Semver-Major
12 - breaking-change
13 - title: Exciting New Features 🎉
14 labels:
15 - Semver-Minor
16 - enhancement
17 - title: Bug Fixes 🐞
18 labels:
19 - bug
20 - title: Other Changes
21 labels:
22 - "*"