anantacloud-actions/Modern GitHub Tag Action
Automatically bumps and pushes a new semver tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token (GITHUB_TOKEN) | yes | — |
| default_bump | Which part of the semver to bump (patch, minor, major) | no | patch |
| tag_prefix | Prefix for the tag (e.g., v) | no | v |
| dry_run | If true, will not create the tag | no | false |
Outputs
| name | description |
|---|---|
| new_tag | The value of the newly created tag |
| old_tag | The previous tag value |