Skip to content

Commit 4932971

Browse files
author
lucaomartins
committed
Add release-regex example to README.md
1 parent 2045e22 commit 4932971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
6969
release: release # The `release` branch.
70+
release-regex: ^release/(.*) # The regex for `release` branch.
7071
dev: dev # The `dev` branch.
7172
master: master # The `master` branch.
7273
label: gitflow # The pull request label.

0 commit comments

Comments
 (0)