geyerandreas/makimono-action
Update the release notes with your latest change.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release_notes_file | The file to update with the release notes. | no | README.md |
| start_header | Header to search for in the release notes file. | no | ### Latest Changes |
| label_header_prefix | Prefix for label headers in the release notes file. | no | #### |
| end_regex | Regular expression to determine the end of the section to update. | no | (?m)(^### .*)|(^## .*) |
| registered_labels | A JSON array of labels to include in the release notes. | no | [ {"label": "breaking", "header": "Breaking Changes"}, {"label": "bug", "header": "Fixes"}, {"label": "docs", "header": "Docs"}, {"label": "feature", "header": "Features"}, {"label": "infra", "header": "Infrastructure"}, {"label": "internal", "header": "Internal"}, {"label": "lang", "header": "Translations"}, {"label": "refactor", "header": "Refactors"}, {"label": "security", "header": "Security Fixes"}, {"label": "upgrade", "header": "Upgrades"} ] |
Outputs
no outputs