christiedigital/Github Tag
Bump and push git tag on merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Required for permission to tag the repo. | yes | — |
| default_bump | Which type of bump to use when none explicitly provided (default: `patch`). | no | patch |
| tag_prefix | A prefix to the tag name (default: `v`). | no | v |
| release_branches | 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`... | no | master |
| create_annotated_tag | Boolean to create an annotated tag rather than lightweight | no | false |
Outputs
| name | description |
|---|---|
| new_tag | Generated tag |
| previous_tag | Previous tag (or `0.0.0`) |