tofrankie/@tofrankie/action
Create or update GitHub Release from changelog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used for release APIs | no | ${{ github.token }} |
| tag | Tag name, required for workflow_dispatch when ref is not a tag | no | — |
| ref | Git reference for target_commitish | no | — |
| changelog-path | Optional custom changelog path | no | — |
| publish-npm | Whether to publish npm package | no | false |
Outputs
| name | description |
|---|---|
| github-release-url | GitHub Release URL |
| npm-status | npm publish status |
| resolved-package-name | Resolved package name |
| resolved-version | Resolved package version |