From 0c048d399d7dfdacaf9da5e259244d6a79a9f1d5 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 28 Jun 2019 11:40:52 -0500 Subject: [PATCH] #445 - Polishing. --- README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 17e6532b..3090ff1c 100644 --- a/README.adoc +++ b/README.adoc @@ -38,8 +38,7 @@ git config core.commentchar "/" NOTE: You can chain the previous set of commands together using `&&`. The pipeline will build and release the "release" branch. It will also build a new a new snapshot and stage it on artifactory. - -The pipeline will pick up the next tag and release it. It will also build a new snapshot and stage it on artifactory. +And if it's a `.RELEASE`, the pipeline will push it out to Maven Central. === Running CI tasks locally