From 7709f3625a46757ff7fe8d3bf7d149c19d5b6b4e Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Fri, 2 Mar 2018 12:13:23 -0800 Subject: [PATCH] Remember to re-run the master build on release. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f97b60493..11c19fd37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,6 +97,6 @@ func TestLockingExisting(t *testing.T) { 1. Go to https://github.com/runatlantis/atlantis/releases and click "Draft a new release" 1. Prefix version with `v` 1. The title of the release is the same as the tag (ex. v0.2.2) - 1. Description should just be `See CHANGELOG` with link to CHANGELOG at that release, ex: `See [CHANGELOG](CHANGELOG.md#v022)` + 1. Fill in description by copying from the CHANGELOG just without the Downloads section 1. Drag in binaries made with `make release` -1. Run `make generate-website-html` and `make upload-website-html` to update website +1. Re-run master branch build to ensure tag gets pushed to Docker hub: https://hub.docker.com/r/runatlantis/atlantis/tags/