ipdxco/Changelog Driven Release
Release a new version of your project when you update the changelog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the changelog file | yes | CHANGELOG.md |
| draft | Whether the release should be a draft or not | yes | true |
| mutable | Whether mutable tags should be updated or not | yes | true |
| token | The GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| url | The URL of the release |
| tag | The tag of the release |
| tags | The tags of the release |
| body | The body of the release |