From d515b433eec9e7135439e6a8ef0596381bf76084 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 24 Apr 2019 11:11:43 -0500 Subject: [PATCH] Polishing. --- ci/README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/README.adoc b/ci/README.adoc index 28dc300..8b083b0 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -41,11 +41,13 @@ With this pipeline in place, you can now activate and expose it: === Making a release 1. Create a new release (on the main branch). ++ ---- % ci/create-release.sh ---- + 2. With the release officially tagged, just push it to master. ++ ---- % git push ----