duplojs/duplojs action semver
Compute semver from pull request titles.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | — | yes | — |
| GITHUB_REPOSITORY | — | yes | — |
| GITHUB_BRANCHE | — | yes | — |
| REGEXP_PATCH | — | yes | — |
| REGEXP_MINOR | — | yes | — |
| REGEXP_MAJOR | — | yes | — |
| PATCH_START_AT | — | no | — |
| MINOR_START_AT | — | no | — |
| MAJOR_START_AT | — | no | — |
| OUTPUT_FORMAT | — | no | — |
| CURRENT_PULL_REQUEST_TITLE | — | no | — |
| PER_PAGE | — | no | — |
Outputs
| name | description |
|---|---|
| COMPUTED_VERSION | Computed semver. |