Skip to content

Commit e293cee

Browse files
Move version.sh to scripts directory
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 6fcb6eb commit e293cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ following:
77
green](https://github.com/spinkube/containerd-shim-spin/actions) for the commit selected to be
88
tagged and released.
99

10-
1. Change all references of the version number in repository using the `version.sh` script, which
10+
1. Change all references of the version number in repository using the [`version.sh`](./scripts/version.sh) script, which
1111
updates all Cargo manifests and README documentation to use a bumped version. Specify a major,
1212
minor, or patch version update using the `-m`, `-n`, `-p` flags, respectively.
1313
```sh
1414
# Update minor version (1.2.3 -> 1.3.0)
15-
version.sh -n
15+
scripts/version.sh -n
1616
```
1717

1818
1. Update [CHANGELOG.md](./CHANGELOG.md). The Unreleased section should be updated with the new
File renamed without changes.

0 commit comments

Comments
 (0)