monperrus/gako-tag-action
Automatically creates a version tag for each commit pushed to main. The version is computed by incrementing the previous tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump_type | Version component to increment: major, minor, or micro | no | minor |
| initial_version | Version to use when no previous tag exists | no | 0.0.1 |
| prefix | Tag prefix (e.g. 'v' produces tags like v1.2.3) | no | v |
Outputs
| name | description |
|---|---|
| new_tag | The new tag that was created |
| previous_tag | The previous tag (empty if this is the first tag) |