actions-marketplace-validations/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 | master |
| test-branch | The branch to use for test deployments. Default is test | no | test |
| dev-branch | The branch to use for dev deployments. Default is develop | no | develop |
Outputs
| name | description |
|---|---|
| revision | The new version that was created and tagged in the format of <major>.<minor>.<build>[.<pre-release-tag>] |
| is-prerelease | Is true if this is a release into a non-production environment and indicates the build may be unstable. Returns false otherwise. |