actions-marketplace-validations/Auto Release Notes
Updates PR content with features & chores
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 3, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/szymansd_auto-release-notes@e50105d66edd476fe30fa2d45259dc8c23b4dddc # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github Token | yes | — |
| feature_commit_pattern | Feature commit pattern | yes | JIRA- |
| description_template | This is a description template use {{feature_commits}} to replace it by list of commits matched using feature_commit_pattern and {{chores_commits}} will be replace by commit description list not matched feature_commit_pattern. | no | — |
| description_template_filepath | If you need to use more complex template you can use MD file. Use {{feature_commits}} in the template to replace it with list of commits matched using feature_commit_pattern and {{chores_commits}} will be replace by commit description list not matched feature_commit_pattern. This will overwrite description_template. If file not exist will fallback to description_template. | no | — |
| title_template | This is a pattern for PR name. {{date}} will be replace by D MM | no | — |
Outputs
no outputs