You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ta...@apache.org on 2018/11/12 15:01:25 UTC

svn commit: r1846428 - /openwebbeans/cms-site/trunk/content/release-checklist.mdtext

Author: tandraschko
Date: Mon Nov 12 15:01:25 2018
New Revision: 1846428

URL: http://svn.apache.org/viewvc?rev=1846428&view=rev
Log:
CMS commit to openwebbeans by tandraschko

Modified:
    openwebbeans/cms-site/trunk/content/release-checklist.mdtext

Modified: openwebbeans/cms-site/trunk/content/release-checklist.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/release-checklist.mdtext?rev=1846428&r1=1846427&r2=1846428&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/release-checklist.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/release-checklist.mdtext Mon Nov 12 15:01:25 2018
@@ -31,25 +31,26 @@ Before performing the release you need t
 	- Create ${version.next} (if not already done)
 	- Move unresolved issues from ${version} (2.0.8) to ${version.next} (2.0.9)  
   
-
+  
  2. Update README
 	- Export changelog from JIRA
 	- add it to readme/README.txt
 	- also update the version numbers in the preface  
   
-
+  
  3. Release via MVN
 	- mvn clean install -Papache-release
 	- mvn release:prepare -DdryRun=true
 	- mvn release:prepare -Dresume=false 
 	- mvn release:perform  
-
+  
 	if the release:perform fails on the last step (commit the new version in trunk) but the tag was successfully created,
 	can you deploy the tag the manually to nexus  
+
 	- commit the version change in trunk
 	- checkout the tag and execute: mvn clean install deploy -Papache-release  
   
-
+  
  4. Provide the staging repository 
 	- login to nexus: https://repository.apache.org/#stagingRepositories
 	- select the staging repository and "close" it
@@ -69,10 +70,10 @@ Before performing the release you need t
 		- openwebbeans-distribution-2.0.8-binary.zip.asc
 		- openwebbeans-distribution-2.0.8-binary.zip.sha512 (must be generated manually)  
   
-
+  
  6. Send the VOTE mail  
   
-
+  
 ## After successful vote 
 
  1. Release from the staging repository
@@ -80,38 +81,38 @@ Before performing the release you need t
 	- select the staging repository and "release" it
 	- the artifacts will be synced with the maven repos now  
   
-
+  
  2. JIRA Release Management
 	- Select the version and release it  
   
-
+  
  3. Upload assembly
 	- SVN https://dist.apache.org/repos/dist/release/openwebbeans/
 	- commit same files as in 5) under the new directory ${version} (2.0.8)
 	- delete ${version.old} (2.0.7) directory  
   
-
+  
  4. Apache Reporter Service
 	- Wait for the mail
 	- login to https://reporter.apache.org/addrelease.html?openwebbeans
 	- add the ${version} and release date  
   
-
+  
 ## After the artifacts has been synced to central maven repo
 
  1. Create blog
 	- Login to https://blogs.apache.org/owb/
 	- Add a post for the new release, this will automatically picked up by the Site  
+   
   
-
  2. Update Site
 	- Login to https://cms.apache.org/redirect?uri=http://openwebbeans.apache.org/
 	- Edit news.mdtext
 	- Edit download.mdtext
 	- Publish via https://cms.apache.org/openwebbeans/publish  
   
-
+  
  3. Send release mail  
   
-
+  
  4. Twitter  
\ No newline at end of file