dragonraid/Changelog emitter
Github action for generating changelog out of pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Pull request base branch (default: default branch) | — | — |
| title | Changelog title (default: YYYY/MM/DD) | — | — |
| prefix | Prefix for pull request title (default: "- ") | — | — |
| github_token | Github personal access token | — | — |
| owner | Owner or organization of repository | — | — |
| repo | Repository | — | — |
Outputs
| name | description |
|---|---|
| changelog | Changelog composed from PRs |
| isEmpty | Whether changelog is empty |