3liz/Changelog release
Parse a changelog file and fill the GitHub release
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Maintainedlast commit Sep 17, 2025
- License
- None
Pinned Snippet
uses: 3liz/changelog-release@4584de6585d742678769f54beafb6e789d617181 # 0.2.0tags 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 |