We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544bce7 + df35395 commit 5c68b68Copy full SHA for 5c68b68
.github/release.yaml
@@ -0,0 +1,18 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ authors:
6
+ - dependabot
7
+ categories:
8
+ - title: Breaking Changes 🛠
9
10
+ - semver-major
11
+ - breaking-change
12
+ - title: New Features 🎉
13
14
+ - semver-minor
15
+ - enhancement
16
+ - title: Other Changes
17
18
+ - '*'
.github/workflows/bump-major.yaml
@@ -0,0 +1,9 @@
+name: Bump major tag
+
+on:
+ release:
+ types: [published]
+jobs:
+ bump:
+ uses: secondlife/update-major-tag-workflow/.github/workflows/update-major-tag.yaml@v1
0 commit comments