From 2b7b935198f21395f2228b641104eb306045830a Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Tue, 9 Jan 2024 18:14:07 -0500 Subject: [PATCH] Update release guide after initial release --- RELEASE_GUIDE.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md index f39b3d84d..58fec9e11 100644 --- a/RELEASE_GUIDE.md +++ b/RELEASE_GUIDE.md @@ -95,13 +95,13 @@ That will checkout the project distributions. Now, create a sub-directory for the version you have generated (here, for version 1.0.0-RC1) : ```shell -$ mkdir ~/apacheds/dist/dev/directory/scimple/1.0.0-M1 +$ mkdir /1.0.0-M1 ``` Copy the packages and signature to this area: ```shell -$ cd distributions/target +$ cd /target/checkout/target/ $ cp scimple--* /1.0.0-M1 ``` @@ -115,6 +115,39 @@ $ svn ci /1.0.0-M1 -m "Apache SCIMple 1.0.0-M1" ## Vote Start a 72h vote at the dev mailing list. +Template: + +Subject: + +```text +[VOTE] Release Apache Directory SCIMple ${VERSION} +TO: dev@directory.apache.org, scimple@directory.apache.org + +This is a call to vote in favor of releasing Apache Directory SCIMple +version ${VERSION}. + + + +Maven Staging Repo: +https://repository.apache.org/content/repositories/orgapachedirectory-${STAGING_REPO_ID} +https://repository.apache.org/service/local/repositories/orgapachedirectory-${STAGING_REPO_ID}/content/org/apache/directory/scimple/scimple/${VERSION}/scimple-${VERSION}-source-release.zip + +Dist Staging Repository: +https://dist.apache.org/repos/dist/dev/directory/scimple// + +Project website updates: + + +Guide to testing staged releases: +http://maven.apache.org/guides/development/guide-testing-releases.html + +Vote open for 72 hours. + +[ ] +1 +[ ] +0 +[ ] -1 (please include reasoning) +``` + ## Release If the vote succeeds the project can be released.