sters/Collect unreleased commits
Collect unreleased commits from specific git repository log
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| workspace | Git repository path. | yes | "" |
| mode | Detect unreleased commits mode. | no | only-pull-requests |
| format | Message format that the same as git log format option. | no | %s |
Outputs
| name | description |
|---|---|
| latest-tag | The latest tag. |
| commits | The unreleased commit list. |