From 142a63f600af6b8b805a10f0f401a4615237be48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Fri, 10 Jul 2020 16:59:26 +0200 Subject: [PATCH] No dry run in release instructions #29199 (#29369) --- RELEASING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 9204e2756d..03018dc771 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -84,8 +84,7 @@ It is possible to release a revised documentation to the already existing releas ## Release steps * Tag the release: `git tag -am "Version 2.6.x" v2.6.x` -* Do a `project/scripts/release` dry run -* If all goes well, `project/scripts/release --real-run` +* Do a `project/scripts/release` to build and release to sonatype * Log into sonatype, 'close' the staging repo. * Test the artifacts by adding `resolvers += "Staging Repo" at "https://oss.sonatype.org/content/repositories/comtypesafe-xxxx"` to a test project * If all is well, 'release' the staging repo.