From 9b96f0d7cbbd6f4dfebe6467a6a78725f647f861 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 13 Dec 2021 10:48:12 -0600 Subject: [PATCH] Clarify release process. Resolves #1200. --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 440e5bf2..3c8680c4 100644 --- a/README.adoc +++ b/README.adoc @@ -46,6 +46,7 @@ You can also import the project into your IDE. 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. +For releases that go to Maven Central, the user much manually check out and verify the artifacts before releasing them. === Running CI tasks locally