Skip to content

Commit d5bb67b

Browse files
ci: prepare release configuration
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13afcb9 commit d5bb67b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/release-config.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
template: |
3+
# What's Changed
4+
$CHANGES
5+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
6+
name-template: "Version $RESOLVED_VERSION"
7+
tag-template: "$RESOLVED_VERSION"
8+
tag-prefix: ""
9+
prerelease-identifier: "rc"
10+
version-resolver:
11+
major:
12+
labels:
13+
- "release-major"
14+
minor:
15+
labels:
16+
- "release-minor"
17+
patch:
18+
labels:
19+
- "release-patch"
20+
default: patch
21+
autolabeler:
22+
- label: "release-major"
23+
title:
24+
- "/^BREAKING CHANGE:/"
25+
- "/^\\w+!:/"
26+
- "/^\\w+\\(.+\\)!:/"
27+
- label: "release-minor"
28+
title:
29+
- "/^feat:/"
30+
- "/^feat\\(.+\\):/"

0 commit comments

Comments
 (0)