phish108/Autotag
Autotag with Semantic Versioning and Issue integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | the GH token to connect to github from the action | no | ${{ github.token }} |
| dry-run | check if the action would succeed | no | FALSE |
| bump | which part of the semver needs to be updated? | no | patch |
| branch | force to tag a specific branch | no | "" |
| with-v | use version prefix | no | FALSE |
| release-branch | provide the names from which branches to release | no | main,master |
| issue-labels | provide a comma separated list of labels that trigger a minor version bump | no | enhancement |
Outputs
| name | description |
|---|---|
| new-tag | new tag |
| tag | latest tag |