From bc5c5caad58f02f98addb06edabc36451bbbffdb Mon Sep 17 00:00:00 2001 From: Kevin Wooten Date: Tue, 25 May 2021 08:17:07 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index 9c1064a..3c25dcb 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -9,6 +9,7 @@ The release procedure is now _easy_ and uses Gradle tasks for each step. This en 1. Publish signed artifacts to Maven Central Staging * `./gradlew -Prelease=true publish` 1. Verify artifacts & release to Maven Central + * **CHECK SIZE OF UBER JARS** (aka `-all`) 1. Generate GitHub release **draft** * `./gradlew -Prelease=true githubRelease` * NOTE: This downloads the artifacts from Maven Central to ensure exact artifacts are used. Ensure the Maven release process is finished before executing the Gradle task (usually only takes a couple minutes).