lime-actions/Tag Version
Create tag and update tags based on a version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| draft | Whether to do a draft release | no | — |
| dry-run | Whether to not do any permanent changes | no | — |
| git-name | Name for the author of the tags | no | GitHub Actions |
| git-email | Email for the author of the tags | no | github-actions@users.noreply.github.com |
| latest-ref | Name of the reference to the latest-release | no | latest |
| message | Annotated tag message | no | "" |
| release-candidate | Whether this is a release candidate | no | — |
| release-candidate-suffix | Suffix to be used with release candidate tags | no | rc |
| version-from | Method of getting the version if not specified | no | commit-message |
| version-source | Source containing the version, e.g. path to a file | no | "" |
| token | Access token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag | Tag created |
| message | Message on the tag |