shmorish/Auto Tags
Automatically create semver tags when a PR is merged to main
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump | Version bump type: patch, minor, or major | yes | patch |
| token | GitHub token used to create the tag | no | ${{ github.token }} |
| tag-prefix | Prefix for the version tag (e.g. "v" produces v1.2.3) | no | v |
Outputs
| name | description |
|---|---|
| new-tag | The newly created tag (e.g. v1.2.4) |
| previous-tag | The tag before bumping (e.g. v1.2.3) |