ouhammmourachid/Github Action for Bumpversion
bumpversion action for bumping the version of the project .
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump-type | the type of the bump version . | yes | patch |
| branch | the branch to push the changes to . | yes | main |
| github-token | the github token to use for the git push . | no | ${{ github.token }} |
| release-title | the title of the release . | no | "" |
| generate-notes | generate notes for the release . | no | true |
Outputs
| name | description |
|---|---|
| new-version | the new version after the bump version . |
| old-version | the old version before the bump version . |