agilino/tag-version
Provides automated versioning of your commits using git tags each time your CI/CD workflow runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| production-branch | The branch to use for stable releases in production. Default is master | no | main |
| prefix | Prefix for the tags | no | v |
Outputs
| name | description |
|---|---|
| revision | The new version that was created and tagged in the format of <major>.<minor>.<build> |