teveltech/Release composite action
A composite action to handle git tag and github release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A token to access private github repos | no | — |
| new-tag | The new tag to push | yes | — |
| prerelease | Whether the release is a pre-release or not | yes | — |
| changelog | The release changelog | no | — |
| files | Files to add to the release | no | — |
| body | Text to add to the release body | no | — |
| warning | Text to add to workflow warning | no | — |
| error | Text to add to workflow error | no | — |
| notice | Text to add to workflow notice | no | — |
Outputs
| name | description |
|---|---|
| url | The release url |