summaryrefslogtreecommitdiff
path: root/.github/release.yml
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-03-18 11:29:45 +0900
committerGitHub <noreply@github.com>2023-03-18 11:29:45 +0900
commite7a6f0354b8c38046e449566a371e366ef6b6889 (patch)
treecd3b2b7d30b8dac0ecbd4ebc91b9d1da8da36819 /.github/release.yml
parent0314a8620f952aa5b0129e93f2d0956b0e0cc7c2 (diff)
parent1dd47d0876833c1d61572577ae5b9d2215578c07 (diff)
Merge pull request #92 from themoeway/cd
Add CD to build and publish extension to Chrome & Firefox stores
Diffstat (limited to '.github/release.yml')
-rw-r--r--.github/release.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 00000000..c3cb6841
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,17 @@
+changelog:
+ exclude:
+ labels:
+ - kind/meta
+ categories:
+ - title: Breaking Changes
+ labels:
+ - kind/breaking-change
+ - title: Enhancement
+ labels:
+ - kind/enhancement
+ - title: Bug Fixes
+ labels:
+ - kind/bug
+ - title: Dependencies
+ labels:
+ - area/dependencies