Page "BloodhoundReleaseProcess" was changed by rjollos Diff URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundReleaseProcess?action=diff&version=26> Revision 26 Comment: Included steps for bumping the version numbers. Refs #409. Changes: -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: BloodhoundReleaseProcess ========================================================================= --- BloodhoundReleaseProcess (version: 25) +++ BloodhoundReleaseProcess (version: 26) @@ -14,13 +14,20 @@ 1. Update the RELEASE_NOTES file highlighting new features and issues fixed, optionally including major known issues that remain 1. Check http://ci.apache.org/projects/bloodhound/rat-output.html for any unapproved licences or missing license headers. 1. Update NOTICE and LICENSE files if required (should any licenses be added/removed; are the locations specified still accurate) - 1. Update packages version numbers in {{{bloodhound_<package>/setup.py}}} files to reflect the current overall version number if required + 1. Update packages version numbers in {{{bloodhound_<package>/setup.py}}} files to reflect the current overall version number (if required). The package version numbers should have been updated at the start of the release cycle. 1. Commit changes back to trunk. 1. If this is a to be a new x.y release, create a new branch named <version number>: {{{ #!sh svn copy https://svn.apache.org/repos/asf/incubator/bloodhound/trunk https://svn.apache.org/repos/asf/incubator/bloodhound/branches/<version number> -m "branching for new release" }}} +1. On the branch, for each {{{bloodhound_<package>/setup.cfg}}} file set: + {{{ + #!ini + tag_build = + tag_svn_revision = false + }}} + Verify that the version strings are displayed in the ''Installed Plugins'' section of the `/about` page without the `dev` string and an SVN revision appended (e.g. `0.5.0` rather than `0.5.0dev-r12345`). Commit changes back to the branch. 1. Export branch to separate directory, named apache-bloodhound-incubating-<version number>: {{{ #!sh @@ -55,6 +62,7 @@ #!sh svn copy https://svn.apache.org/repos/asf/incubator/bloodhound/branches/<version number> https://svn.apache.org/repos/asf/incubator/bloodhound/tags/<version number>-incubating -m "tagging release" }}} + 1. On the trunk, update the packages version numbers in {{{bloodhound_<package>/setup.py}}} files to the next development version. Commit changes back to the trunk. === Voting process === 1. Call for a vote on the bh-dev@ mailing list. You can use the [#InitialVoteTemplate initial call to vote template] below for this. -------8<------8<------8<------8<------8<------8<------8<------8<--------
-- Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundReleaseProcess> Apache Bloodhound <https://issues.apache.org/bloodhound/> The Apache Bloodhound (incubating) issue tracker This is an automated message. Someone added your email address to be notified of changes on 'BloodhoundReleaseProcess' page. If it was not you, please report to .
