You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[CHANGELOG.md](./CHANGELOG.md) the Unreleased section should be updated with the new version number and the date of the release. Update the links to new version tag in the footer of CHANGELOG.md
7
+
green](https://github.com/spinkube/containerd-shim-spin/actions) for the commit selected to be
8
+
tagged and released.
9
+
10
+
1. Change all references of the version number in repository using the `version.sh` script, which
11
+
updates all Cargo manifests and README documentation to use a bumped version. Specify a major,
12
+
minor, or patch version update using the `-m`, `-n`, `-p` flags, respectively.
13
+
```sh
14
+
# Update minor version (1.2.3 -> 1.3.0)
15
+
version.sh -n
16
+
```
17
+
18
+
1. Update [CHANGELOG.md](./CHANGELOG.md). The Unreleased section should be updated with the new
19
+
version number and the date of the release. Update the links to new version tag in the footer of
20
+
CHANGELOG.md.
21
+
22
+
1. Add a new column to the [README shim and Spin version map](./README.md#shim-and-spin-version-map)
23
+
that lists the version of the Spin dependencies for the release.
19
24
20
-
Run `cargo build
21
-
--release` to make sure lockfiles reflect Cargo.toml updates. Add a new
22
-
column to the [README shim and Spin version
23
-
map](./README.md#shim-and-spin-version-map) that lists the version of the
24
-
Spin dependencies for the release.
25
-
26
-
27
25
1. Create a pull request with these changes and merge once approved.
28
26
29
27
1. Checkout the commit with the version bump from above.
0 commit comments