Usage
Inputs
The version to update to. Supports multiple formats:
Major.Minor[.Build]- Set absolute version (e.g.,2.0.0)+1- Bump to the next major version+0.1- Bump to the next minor version+0.0.1- Bump to the next build/patch version
List of project names if the repository is setup for multiple projects. Use
* for all projects.Whether to skip updating dependency version numbers in all apps.
Set the branch to update. Defaults to the current branch.
Whether to commit directly to the branch without creating a pull request.
Shell in which you want to run the action. Options:
powershell or pwsh.The GitHub actor running the action.
The GitHub token running the action.
Examples
Increment minor version
Set absolute version for all projects
Increment build version without updating dependencies
By default, the action updates both the app versions and their dependency references to maintain consistency across your repository.