simbo/Changes since last Release
A GitHub action to collect all changes to a repository since the last release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| line-prefix | prefix to add to every collected commit message | no | - |
| include-hashes | whether or not the commit hashes should be included in the output | no | true |
Outputs
| name | description |
|---|---|
| last-tag | last tag from where on changes are collected |
| log | collected commit messages |