From a86419ab17037a20e20af7448509aea2ba9506a5 Mon Sep 17 00:00:00 2001 From: Ted Summer Date: Wed, 30 Sep 2020 12:27:07 -0600 Subject: [PATCH] docs: add note on publishing releases --- docs/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release.md b/docs/release.md index 7bb2da9..f005201 100644 --- a/docs/release.md +++ b/docs/release.md @@ -12,3 +12,5 @@ Next, push the tag up to remote, triggering a Travis build which runs GoReleaser ```bash git push origin v ``` + +After the build successfully finishes on Travis, go to the releases page on Github, check that it looks good, and publish it.