Skip to content

Commit 43974b5

Browse files
authored
docs: custom release branch
1 parent e1ead0d commit 43974b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ Examples:
116116
please --vfile --chlog --version 1.5.0 # releases version 1.5.0 with VERSION and CHANGELOG files
117117
please --before-all 'echo {REPO}' # before release, runs 'echo {REPO}' with REPO interpolated
118118
```
119+
> To use custom branch from which you want to create release tag, use `DEPLOY_BRANCH` env var.
120+
121+
> Eg: `DEPLOY_BRANCH=main please -v -c`
119122
120123
#### Note
121124

0 commit comments

Comments
 (0)