We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ead0d commit 43974b5Copy full SHA for 43974b5
README.md
@@ -116,6 +116,9 @@ Examples:
116
please --vfile --chlog --version 1.5.0 # releases version 1.5.0 with VERSION and CHANGELOG files
117
please --before-all 'echo {REPO}' # before release, runs 'echo {REPO}' with REPO interpolated
118
```
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`
122
123
#### Note
124
0 commit comments