From b07018ff3d384780835f47cced3e4ee36a40ac50 Mon Sep 17 00:00:00 2001 From: Aviral Takkar Date: Mon, 23 Aug 2021 00:01:41 -0700 Subject: [PATCH] docs: update release-tool link Signed-off-by: Aviral Takkar --- releases/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/README.md b/releases/README.md index b973e869..fa63e2e6 100644 --- a/releases/README.md +++ b/releases/README.md @@ -5,7 +5,7 @@ Add release template file to `releases/` directory. The template is defined by containerd's release tool. Name the file using the version, for rc add an `-rc` suffix. -See https://github.com/containerd/containerd/tree/master/cmd/containerd-release +See https://github.com/containerd/release-tool 20. Update the `.mailmap` files. @@ -18,7 +18,7 @@ and expects tags to be formatted as `vx.y.z[-rc.n]`. Run the release tool using the release template file and tag to generate the release notes for the tag and Github release. To create the tag, you will need PGP installed and a PGP key which has been added to your Github account. The comment for the tag will -be the generate release notes, always compare with previous tags to ensure +be the generated release notes, always compare with previous tags to ensure the output is expected and consistent. Run `git tag --cleanup=whitespace -s vx.y.z[-rc.n] -F release-notes` to create tag and `git -v vx.y.z[-rc.n]` to verify tag, check comment and correct commit