actions-marketplace-validations/Changelog release
Parse a changelog file and fill the GitHub release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 17, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/3liz_changelog-release@ea03b63cc0570afb8cce8ea3366c9d6c2962f0f8 # no releases — HEAD as of 2026-07-21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | The tag to look in the file | yes | — |
| changelog_file | The changelog file to use, default to CHANGELOG.md | — | — |
| add_emojis | If sub sections must have emojis | — | true |
| emoji_end_of_line | If the emoji must be added at the end of the line. Otherwise, at the beginning. | — | false |
| add_raw_changelog_link | If the raw GitHub link must be generated | — | true |
| allow_failure | If true, the script will not fail if the release is not found for instance. | — | true |
Outputs
| name | description |
|---|---|
| markdown | The markdown for the release content |