mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
ci: prepare release configuration
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
50a58965b3
commit
9dc1f1e6ec
30
.github/release-config.yml
vendored
Normal file
30
.github/release-config.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
template: |
|
||||
# What's Changed
|
||||
$CHANGES
|
||||
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
|
||||
name-template: "Version $RESOLVED_VERSION"
|
||||
tag-template: "$RESOLVED_VERSION"
|
||||
tag-prefix: ""
|
||||
prerelease-identifier: "rc"
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- "release-major"
|
||||
minor:
|
||||
labels:
|
||||
- "release-minor"
|
||||
patch:
|
||||
labels:
|
||||
- "release-patch"
|
||||
default: patch
|
||||
autolabeler:
|
||||
- label: "release-major"
|
||||
title:
|
||||
- "/^BREAKING CHANGE:/"
|
||||
- "/^\\w+!:/"
|
||||
- "/^\\w+\\(.+\\)!:/"
|
||||
- label: "release-minor"
|
||||
title:
|
||||
- "/^feat:/"
|
||||
- "/^feat\\(.+\\):/"
|
||||
Loading…
x
Reference in New Issue
Block a user