From 8bb147ff40e1e9c4df03abb3a3af2fdaa9a75d37 Mon Sep 17 00:00:00 2001 From: Kevin Wooten Date: Tue, 25 May 2021 12:58:44 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index 54c7131..c6860f6 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -17,6 +17,10 @@ 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 + * Download `pgjdbc-ng-all-.jar` from staging repository + * Run simple verifier against a running server: + * * `verify/run.sh ` + * * It should print `Success: PostgreSQL ()` 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).