You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/02/08 01:12:13 UTC

[Myfaces Wiki] Update of "Release Procedure" by schof

Dear Wiki user,

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

The following page has been changed by schof:
http://wiki.apache.org/myfaces/Release_Procedure

New page:
= Release Procedure =

== General Steps ==

 * Release any myfaces project dependencies the project you're releasing might have (usually commons and maven at a minimum).  Follow this procedure recursively for those dependencies.
 * Use maven to prepare a release (creates a branch, etc.)
 * Update release notes
 * Fix remaining issues on the branch
 * Users test locally on their machines by checking out from branch and doing a maven install
 * Take a vote on the dev list (only PMC votes are binding)
 * Manually tag the release in svn 
 * Use maven to deploy the final release (based on the tagged version)