stacksjs/Asset Releaser
Attach files to a GitHub release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | List of files to attach to the release | no | "" |
| token | GitHub token | no | ${{ github.token }} |
| tag | The tag name for the release | no | ${{ github.ref_name }} |
| draft | Create a draft release | no | false |
| prerelease | Mark as prerelease | no | false |
| note | Release notes | no | "" |
| changelog | Path to CHANGELOG.md file to extract release notes from | no | "" |
| homebrewFormula | Path to the Homebrew formula template file | no | "" |
| homebrewRepo | Repository to update the Homebrew formula in (format owner/repo) | no | "" |
| homebrewBranch | Branch name in the Homebrew repository to commit to | no | main |
| homebrewPath | Path in the Homebrew repository where formulas are stored | no | Formula |
| homebrewCommitFormat | Commit message format for Homebrew formula updates | no | update: {{ formula }} to {{ version }} |
Outputs
no outputs