Skip to content

Commit 8309214

Browse files
authored
chore(validator): bump version to 0.1.5 (#624)
* chore(validator): bump version to 0.1.5 Also updated release instructions and typo in GH action. * Update Cargo.lock
1 parent cb3e628 commit 8309214

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/actions/version-mode/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
version=$(just ${{ inputs.package }} --evaluate version)
3737
# shellcheck disable=SC2193
3838
if [[ "${version}" != '${{ steps.meta.outputs.version }}' ]]; then
39-
echo "::error ::Crate version v${version} does not match tag ${{ steps.meta.outputs.version }}"
39+
echo "::error ::Crate version ${version} does not match tag ${{ steps.meta.outputs.version }}"
4040
exit 1
4141
fi
4242

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ a single line. See `git show proxy-init/v2.2.0` as an example the format we use.
2525
Note: currently `validator` doesn't rely on `internal`, while `cni-plugin` and
2626
`proxy-init` do.
2727

28-
## Step 2: Tag the release
28+
## Step 2: Update version in Cargo.toml (only for validator)
29+
30+
Update the version number in `validator/Cargo.toml` (without the `v` prefix).
31+
32+
## Step 3: Tag the release
2933

3034
First, find the current latest version tag for the subproject
3135

@@ -37,7 +41,7 @@ Increase the version with a major, minor, or patch according to the changes made
3741

3842
For the commit message, use what you created in Step 1.
3943

40-
## Step 3: Push the tag
44+
## Step 4: Push the tag
4145

4246
By default in git, tags are local so we'll need to push the tag to `origin`.
4347

validator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd-network-validator"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Linkerd Authors <cncf-linkerd-dev@lists.cncf.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)