stylelint/changelog-to-github-release-action
GitHub Action to convert CHANGELOG to GitHub Release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag name. If it does not exist, it will be automatically created. | no | ${{ github.ref_name }} |
| name | Release name. Default is the tag name. | no | — |
| changelog | Changelog file path. | no | CHANGELOG.md |
| token | GitHub token. | no | ${{ github.token }} |
| repo | Repository. | no | ${{ github.repository }} |
| draft | Whether create a draft release. | no | false |
Outputs
no outputs