jacexh/Auto Tag Action
Automatically tags the repository based on the merged branch name.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token for pushing tags | yes | — |
| default_bump | Default bump type if branch name does not match (patch, minor, major, none) | no | patch |
Outputs
| name | description |
|---|---|
| new_tag | The newly created tag (e.g., v1.0.1) |
| old_tag | The previous tag before incrementing (e.g., v1.0.0) |