aurestic/Create an incremental tag
Create an incremental tag under your conditions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 | "" |
| update_odoo_module_version | Flag that indicates that these repository is an odoo module, so this actions will update a manifest file. | no | false |
Outputs
no outputs