Skip to content

Commit aced8dd

Browse files
committed
Bump thomaseizinger/set-crate-version from 1.0.0 to 2.0.0
1 parent 79414c2 commit aced8dd

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/draft-new-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ on:
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

2626
jobs:
@@ -40,7 +40,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)