Skip to content

Commit

Permalink
Make links where there were none (#777)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Ritchie <tritchie@vmware.com>

Co-authored-by: Todd Ritchie <tritchie@vmware.com>
  • Loading branch information
squeedee and Todd Ritchie committed Apr 4, 2022
1 parent c40dff2 commit 54d24e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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 <tag-name>
```
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
Expand Down

0 comments on commit 54d24e7

Please sign in to comment.