discoverygarden/Automatic Versioning
Updates the current version tag based on a provided label.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to use to push to the repo. Pass in using `secrets.GITHUB_TOKEN`. | no | ${{ github.token }} |
| prefix | The prefix prepended to the version number. Default is v. | no | v |
| comment-pr | Comment the initiating PR with newly minted tag. | no | true |
Outputs
| name | description |
|---|---|
| tag | The version string used to create the tag. |