brianbruggeman/Semrel
GitHub Action to detect new versions and generate release notes using semrel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- MIT
Pinned Snippet
uses: brianbruggeman/semrel@9e84a613e0f3baef524158cfca9583e6ed9653f4 # 0.10.33tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Branch to check out | no | "" |
| path | Path to project files | no | . |
Outputs
| name | description |
|---|---|
| current-version | The current version |
| log | Base64 encoded commit log for the next version |
| next-version | The next version |
| release-notes | Base64 encoded release notes for the next version |
| version-changed | Identifies if current and next versions are different |
| manifest-path | Identifies path to manifest file |