leodido/rn2md
Generate release notes and stats from release-note blocks found into your project pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub personal API token to perform authenticated requests | no | ${{ github.token }} |
| milestone | The milestone you want to filter by the pull requests | yes | — |
| repo | The github repository name | no | ${{ github.repository }} |
| branch | The target branch you want to filter by the pull requests | no | ${{ github.event.repository.default_branch }} |
| output | Target file to be generated, relative to github workspace | no | release_body.md |
Outputs
| name | description |
|---|---|
| path | Path for the output file |