reflact/autogen-release
Automatically release a new version of your project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| autogen_tag | Select the tag to release (major, minor, patch) | yes | — |
| github_token | The GitHub token to use for authentication | yes | — |
| tag_name | The name of the tag | — | — |
| release_title | The title of the release | — | — |
| release_body | The body of the release | — | — |
| draft | Whether the release is a draft (default: false) | — | false |
| prerelease | Whether the release is a prerelease (default: false) | — | false |
| commit | The commit to release (default: github.sha) | — | — |
| delete_existed_release | Whether to delete the existed release (default: false) | — | false |
| generate_release_notes | Whether to generate release notes (default: false) | — | false |
Outputs
| name | description |
|---|---|
| release_tag | The ID of the release |
| url | The URL of the release |
| upload_url | The URL to upload assets to |