oobook/Autonomous Release
Create a new release with an elegant release body.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub token with repo access | yes | — |
| tag | The tag of release | no | — |
| test | Run mode of the action | — | false |
| create | The release mode | — | — |
| draft | Release the tag as draft | — | false |
| prerelease | Release the tag as prerelease | — | false |
| include-uncompatibles | Include uncompatible commits to the release notes | — | false |
Outputs
| name | description |
|---|---|
| body | The release notes to use only text |
| release-id | The generated release's id if create mode is true |
| release-url | The generated release's url if create mode is true |