nekofar/Automate GitHub Releases
GitHub Action to create a new release with optional notes and files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The tag name for the release (e.g., v1.0.0) | yes | — |
| files | Optional files to include in the release | no | — |
| title | Optional release title | no | — |
| notes | Optional release notes | no | — |
| notes_file | Optional path to a file containing release notes | no | — |
| draft | Set to "true" to create a draft release | no | — |
| prerelease | Set to "true" to create a pre-release | no | — |
| latest | Set to "true" to mark this release as the latest | no | — |
| discussion_category | Optional discussion category for the release | no | — |
| token | GitHub token to authenticate with the repository. | no | ${{ github.token }} |
Outputs
no outputs