From 3417cdfa122b0f4bb24ceaf1213a13f0574cb333 Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Wed, 5 Jun 2019 11:02:17 +0200 Subject: [PATCH] CONTRIBUTING: Link directly to draft release page --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1891d56c..89b096cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Releasing a new version of godo is currently a manual process. 2. Update the `libraryVersion` number in `godo.go`. 3. Make a pull request with these changes. This PR should be separate from the PR containing the godo changes. -4. Once the pull request has been merged, visit [https://github.com/digitalocean/godo/releases](https://github.com/digitalocean/godo/release) and click `Draft a new release`. +4. Once the pull request has been merged, [draft a new release](https://github.com/digitalocean/godo/releases/new). 5. Update the `Tag version` and `Release title` field with the new godo version. Be sure the version has a `v` prefixed in both places. Ex `v1.8.0`. 6. Copy the changelog bullet points to the description field. -7. Publish the release. \ No newline at end of file +7. Publish the release.