sergey-koryshev/Bump Version
The action increments version of specified project and submit it to repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-type | Project type: Node, Posh, Custom | yes | — |
| version-configuration-path | Full path to version configuration | yes | — |
| app-name | Project name (used for commit name) | no | — |
| posh-module-name | Name of powershell module, needs to be specified in case of project type [Posh] | no | — |
| posh-custom-module-path | Path to powershell module with custom logic to get/set version, needs to be specified in case of project type [Custom] | no | — |
| skip-tag | Indicates if wether the workflow will create tag or not | no | — |
| workspace-name | Name of npm-workspace where version need to be incremented. Can be specified in case of project type [Node] | no | — |
| override-increment-parts | Comma separated version parts to increment. If specified, it forces the workflow to increment specified version parts instead of determined based on label of PR | no | — |
| root-path | Root path of target project | no | — |
| default-increment-part | Version part to increment by default | no | — |
Outputs
| name | description |
|---|---|
| new-version | Incremented version |