Repository: qpid-proton Updated Branches: refs/heads/master 3eb1785a5 -> c6d366c60
PROTON-1323: update notes for releasing Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c6d366c6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c6d366c6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c6d366c6 Branch: refs/heads/master Commit: c6d366c60a58b5095a16254f5b4aec29464ddffe Parents: 3eb1785 Author: Robert Gemmell <[email protected]> Authored: Mon Oct 10 17:02:15 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon Oct 10 17:02:15 2016 +0100 ---------------------------------------------------------------------- RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c6d366c6/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index e799ee1..8be148e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,8 +3,9 @@ 1. Grab a clean checkout for safety. 2. Run: "git checkout ${BRANCH}" to switch to a branch of the intended release point. 3. Update the versions: - - Run: "bin/version.sh ${VERSION}", e.g. bin/release.sh 0.12.2. - - Update the version if needed in file: proton-c/bindings/python/setuputils/bundle.py + - Run: "bin/version.sh ${VERSION}", e.g. bin/version.sh 0.15.0. + - Update the version(s) if needed in file: proton-c/bindings/python/docs/conf.py + - Update the version(s) if needed in file: proton-c/bindings/python/setuputils/bundle.py 4. Commit the changes, tag them. - Run: "git add ." - Run: 'git commit -m "update versions for ${TAG}"' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
