Author: billie
Date: Wed Nov 13 17:28:45 2013
New Revision: 1541628
URL: http://svn.apache.org/r1541628
Log:
added dependency analysis to release process
Modified:
accumulo/site/trunk/content/governance/releasing.mdtext
Modified: accumulo/site/trunk/content/governance/releasing.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/governance/releasing.mdtext?rev=1541628&r1=1541627&r2=1541628&view=diff
==============================================================================
--- accumulo/site/trunk/content/governance/releasing.mdtext (original)
+++ accumulo/site/trunk/content/governance/releasing.mdtext Wed Nov 13 17:28:45 2013
@@ -33,6 +33,7 @@ Note: There will be times where API comp
- The new trunk needs to have its version information updated.
- Wrap up any standing documentation endeavors, whether or not there are tickets for them.
- Analyze API changes since last major release and ensure there are no changes that will
cause pain for users.
+ - Analyze and update dependencies (e.g. with mvn dependency:analyze)
- Test the branch as per our testing criteria.
- Once testing is deemed successful and release documentation is complete, move on to Releasing.
@@ -40,6 +41,7 @@ Note: There will be times where API comp
1. Upon detection and/or resolution of a bug, discussion needs to be made on the accumulo-dev
list to determine if the community thinks the bug is critical or if there have been sufficient
minor bug fixes to warrant a minor release.
- Make any necessary documentation changes, including a change log.
+ - Analyze and update dependencies (e.g. with mvn dependency:analyze)
- Test the now updated branch as per our testing criteria.
- Once testing is deemed successful and documentation is complete, move on to Releasing.
|