b2binternetsolutions/Create an incremental tag
Create an incremental tag under your conditions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 30, 2023
- License
- None
Pinned Snippet
uses: b2binternetsolutions/b2b--gh-action--increment-repo-version-tag@816583007b47280a35a7565e6cccc8682b12d0f4 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| flag_branch | Flag indicating that the script should look for the lastest tag depending on the branch to which the merge is made. That is, if we are in the branch "8.0" and a merge of a PR is made, it will take the last tag "8.0.15.45" and not "11.0.56.23". | no | false |
| message | Message for the tag | no | Bump version |
| prev_tag | String to be added before the final tag, for example this parameter takes the value "v" the final tag will be "v8.0.15.45". | no | "" |
Outputs
| name | description |
|---|---|
| new_tag | Generated tag |
| previous_tag | Previous tag (or ``) |