WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 21a4807

Browse files
author
Ericky Dos Santos
committed
ci: add hotfix config
1 parent 61a8d5a commit 21a4807

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12+
- hotfix/*
1213
- v1.x
1314
paths-ignore:
1415
- README.md

.releaserc.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
# Any merges into branches that match these patterns will trigger a release.
55
branches:
66
- name: main
7-
- name: 'v+([0-9])?(.{+([0-9]),x}).x'
7+
- name: "v+([0-9])?(.{+([0-9]),x}).x"
8+
- name: hotfix/*
9+
10+
tagFormat: "v${version}"
811

912
# These plugins will run when a release is triggered. They will analyze commit
1013
# messages to determine what kind of release this is and publish a new release.
@@ -47,4 +50,3 @@ plugins:
4750
- assets:
4851
- path: SteamBus-*.rpm
4952
- path: SteamBus-*.tar.gz
50-

0 commit comments

Comments
 (0)