convention-change/action-standard-version
create CHANGELOG.md and tag by https://github.com/conventional-changelog/standard-version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release-by-ref | release branch as release-{MAJOR}.{MINOR}.{PATCH}-{Backus–Naur} and set by github.head_ref | yes | — |
| push-changes-and-tag | after make change lop then push change and tags to remote | yes | — |
| dry-run | See the commands that running | no | — |
| target-branch | tag branch to push default is env by GITHUB_REF | no | "" |
| release-as | Specify the release type manually. if set this will override the `release-by-ref` input | no | "" |
| release-ref-regexp | release ref regexp or setting as release\-(.*)(\-)+([\w].*)+ | no | .*release\-(\w.*) |
| tag-prefix | tag prefix | no | v |
| release-tag-name-env | release tag name env | no | ACTION_STANDARD_VERSION_RELEASE_TAG_NAME |
Outputs
| name | description |
|---|---|
| release-tag-name | release tag name |
| release-tag-short | release tag without tag prefix |