jacobsvante/Extract Release Commit
Used to extract the release version from a release-please formatted commit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message | Used to manually provide a comnmit message, in case `github.event.head_commit.message` is not what should be read. | no | "" |
Outputs
| name | description |
|---|---|
| version | The extracted version. An empty string `""` if it could not be extracted (i.e. not a release commit.) |