You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ _NOTE: set the fetch-depth for `actions/checkout@v2` or newer to be sure you ret
84
84
-**GITHUB_TOKEN****_(required)_** - Required for permission to tag the repo.
85
85
-**DEFAULT_BUMP**_(optional)_ - Which type of bump to use when none explicitly provided (default: `minor`).
86
86
-**DEFAULT_BRANCH**_(optional)_ - Overwrite the default branch its read from GitHub Runner env var but can be overwritten (default: `$GITHUB_BASE_REF`). Strongly recommended to set this var if using anything else than master or main as default branch otherwise in combination with history full will error.
87
-
-**WITH_V**_(optional, depricated)_ - Tag version with `v` character. Replaced by TAG_PREFIX
87
+
-**WITH_V**_(optional, deprecated)_ - Tag version with `v` character. Replaced by TAG_PREFIX
88
88
-**RELEASE_BRANCHES**_(optional)_ - Comma separated list of branches (bash reg exp accepted) that will generate the release tags. Other branches and pull-requests generate versions postfixed with the commit hash and do not generate any tag. Examples: `master` or `.*` or `release.*,hotfix.*,master` ...
89
89
-**CUSTOM_TAG**_(optional)_ - Set a custom tag, useful when generating tag based on f.ex FROM image in a docker image. **Setting this tag will invalidate any other settings set!**
90
90
-**SOURCE**_(optional)_ - Operate on a relative path under $GITHUB_WORKSPACE.
0 commit comments