From 54d24e77354a35141b96b62164b6813a03fb44a7 Mon Sep 17 00:00:00 2001 From: Rasheed Abdul-Aziz Date: Mon, 4 Apr 2022 13:52:09 -0400 Subject: [PATCH] Make links where there were none (#777) Co-authored-by: Todd Ritchie Co-authored-by: Todd Ritchie --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b3ce4405..5b4f12cf6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -247,13 +247,13 @@ the necessary bits. Although `2` is automated, it's still possible to do the procedure manually. ### Automatic release -1. Check the previous release - https://github.com/vmware-tanzu/cartographer/releases +1. Check the previous release - [https://github.com/vmware-tanzu/cartographer/releases](https://github.com/vmware-tanzu/cartographer/releases) 2. Create a tag for the new release ```bash git tag v0.0.x # or v0.0.x-rc.n git push origin ``` -3. Ensure workflow has kicked off - https://github.com/vmware-tanzu/cartographer/actions +3. Ensure workflow has kicked off - [https://github.com/vmware-tanzu/cartographer/actions](https://github.com/vmware-tanzu/cartographer/actions) ### Manually building and pushing release assets to GitHub