silverstripe/Tag and release
GitHub Action to check if a patch release can be tagged, and then create a tag and an optional release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| latest_local_sha | The latest local sha. Used to gauge the release | no | — |
| skip_gauge_release | If true, skip straight to tagging the release | no | false |
| tag | The name of the tag. Required if skipping gauge release. Cannot use if not skipping gauge release | no | "" |
| delete_existing | — | no | false |
| release | Whether to create a GitHub Release as well as a tag | no | true |
| release_description | The description for the GitHub Release if creating one | no | "" |
| release_auto_notes | If true, the GitHub release description is automatically generated | no | true |
| dispatch_gha_autotag | If true, the auto-tag.yml workflow will be dispatched after tagging is successful | no | false |
Outputs
no outputs