jivanpuri/get-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 |
Outputs
| name | description |
|---|---|
| revision | The new version that was created and tagged in the format of <major>.<minor>.<build>[.<pre-release-tag>] |