clevyr/release-it tagger action
Given a repo with a valid VERSION file, increment the version based on calver standards.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| build | Command to pass to build the project. Warning, this will commit the build to the repository! | no | — |
| github-release | Used to create a tag on github | no | false |
| github-ref | Github branch used to check for the correct pre-release tag | no | — |
| dev-branch | Github branch associated with the development environment | no | — |
| stage-branch | Github branch associated with the stage environment | no | — |
| prod-branch | Github branch associated with the production environment | no | — |
Outputs
| name | description |
|---|---|
| version | The updated version |