File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_call :
55 inputs :
66 version :
7- description : ' The new version in major.minor.patch format.'
7+ description : " The new version in major.minor.patch format."
88 required : true
99 type : string
1010 build :
11- description : ' Build the projet with cargo, useful when Cargo.lock is commited and needs to be updated.'
11+ description : " Build the projet with cargo, useful when Cargo.lock is commited and needs to be updated."
1212 required : false
1313 default : false
1414 type : boolean
1515 check_publish :
16- description : ' Dry run cargo publish before pushing changes, useful to not allow unpublishable releases.'
16+ description : " Dry run cargo publish before pushing changes, useful to not allow unpublishable releases."
1717 required : false
1818 default : false
1919 type : boolean
2020 base_branch :
21- description : ' Defines the base branch to use to create the pull request against. Default to main.'
21+ description : " Defines the base branch to use to create the pull request against. Default to main."
2222 required : false
23- default : ' main'
23+ default : " main"
2424 type : string
2525
2626jobs :
4040 changelogPath : CHANGELOG.md
4141
4242 - name : Bump version in Cargo.toml
43- uses : thomaseizinger/set-crate-version@1 .0.0
43+ uses : thomaseizinger/set-crate-version@2 .0.0
4444 with :
4545 version : ${{ github.event.inputs.version }}
4646 manifest : Cargo.toml
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111- Bump ` EndBug/add-and-commit ` from 9.1.3 to 9.1.4
1212- Bump ` actions/download-artifact ` from 3 to 4
1313- Bump ` thomaseizinger/keep-a-changelog-new-release ` from 1.3.0 to 3.1.0
14+ - Bump ` thomaseizinger/set-crate-version ` from 1.0.0 to 2.0.0
1415
1516## [ 2.0.3] - 2023-08-18
1617
You can’t perform that action at this time.
0 commit comments