meilcli/Bump version and publish release action
This action is bump version from latest release, publish release with changes note and push to version branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | running repository, format: owner/repository | yes | ${{ github.repository }} |
| github_token | github token, using to read and write repository | yes | ${{ github.token }} |
| commit_user | the commit user | yes | github-action |
| commit_email | the commit user`s email | yes | 41898282+github-actions[bot]@users.noreply.github.com |
| config_path | config file path | yes | — |
| bump | how to bump version, value: major or minor or patch or empty string | — | — |
| dry_run | if true, not create and push this changes, and output release informations | — | — |
| draft | if true, create release as draft | — | — |
| pre_release | if true, create release as pre release | — | — |
| base_url | The where the repo is hosted. | — | github.com |
Outputs
| name | description |
|---|---|
| current_version | calculated current version |
| next_version | calculated next version |
| release | the response json of created release |