Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" 
for change notification.

The "HttpComponentsReleaseProcess" page has been changed by OlegKalnichevski:
https://wiki.apache.org/HttpComponents/HttpComponentsReleaseProcess?action=diff&rev1=3&rev2=4

  ----------------8<-------------[ cut here ]------------------
  }}}
  
-  * Call release vote on [email protected]  
+  * Call release vote on [email protected] by sending the generated  
  
  Prepare release vote message from the generated release vote content. Make 
sure to insert 
- Maven artefacts link taken from the Nexus Repository Manager. Send the 
message to [email protected]
+ Maven artefacts link taken from the Nexus Repository Manager.
  
+ 
+ == Release vote result ==
+ 
+  * Tally votes after the voting deadline elapsed (usually 72 hours, but may 
be extended if not 
+   enough votes have been cast)
+ 
+ === If the vote fails ===
+ 
+  * Cancel current RC
+ 
+ {{{
+ gradlew -q cancelRC
+ }}} 
+ 
+   This command will invalidate local RC checkout and increment RC count. It 
will _not_ remove
+   any staged artifacts or packages. 
+ 
+  * Login to Nexus and "Delete" the staged uploads
+ 
+ https://repository.apache.org/index.html#welcome
+ 
+  * Address concerns / problems stated as reasons for negative votes in your 
normal development 
+ environment
+ 
+  * Update the local snapshot from the release branch to pull the latest 
changes
+ 
+ {{{
+ gradlew -q updateSnapshot
+ }}} 
+ 
+  * Restart the release process from the 'Prepare RC tag' section.
+ 
+ === If the vote succeeds ===
+ 
+  * Find the original original voting thread at
+ 
+ http://mail-archives.apache.org/mod_mbox/hc-dev/ 
+ 
+  * Prepare vote result message using the following template
+ 
+ {{{  
+ [VOTE][RESULT] HttpComponents Core 4.3.1 release
+ 
+ The vote to release HttpComponents Core 4.3.1 has passed with the following 
results
+ 
+ +1 (4 binding votes in total)
+ aaaa <aaaa -at- apache.org> *
+ bbbb <bbbb -at- apache.org>
+ cccc <cccc -at- apache.org> *
+ dddd <dddd -at- apache.org> *
+ eeee <eeee -at- apache.org> *
+ 
+ -1 (1 binding vote in total)
+ 
+ ffff <ffff -at- apache.org> *
+ 
+ * binding votes
+ 
+ Original voting thread:
+ [insert link here]
+ }}}
+ 
+  * Send results to [email protected] and [email protected]
+ 
+  * Promote the current RC to official release
+ 
+ {{{
+ gradlew -q promoteRC
+ }}} 
+ 
+ {{{
+ Promoting HttpCore 4.3.1 RC1 to official release
+ Copying 
https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.1-RC1 to 
https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.1
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to