Skip to content

Commit 3228d19

Browse files
committed
release: add changelog to the release process
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent cfd46c5 commit 3228d19

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

release.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ following:
88
commit selected to be tagged and released.
99

1010
1. Change all references of the version number in package
11-
[Cargo.toml](./Cargo.toml), crate
12-
[Cargo.toml](./containerd-shim-spin/Cargo.toml),
13-
[quickstart](./containerd-shim-spin/quickstart.md), [README](./README.md),
14-
[deployments](./deployments/), and [images](./images/). Run `cargo build
11+
12+
* [Cargo.toml](./Cargo.toml),
13+
* crate [Cargo.toml](./containerd-shim-spin/Cargo.toml),
14+
* [quickstart](./containerd-shim-spin/quickstart.md),
15+
* [README](./README.md),
16+
* [deployments](./deployments/),
17+
* [images](./images/).
18+
* [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
19+
20+
Run `cargo build
1521
--release` to make sure lockfiles reflect Cargo.toml updates. Add a new
1622
column to the [README shim and Spin version
1723
map](./README.md#shim-and-spin-version-map) that lists the version of the
1824
Spin dependencies for the release.
25+
1926

2027
1. Create a pull request with these changes and merge once approved.
2128

0 commit comments

Comments
 (0)