You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2014/12/22 17:28:30 UTC

[2/2] qpid-proton git commit: added instructions for pushing

added instructions for pushing


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/63748abe
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/63748abe
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/63748abe

Branch: refs/heads/master
Commit: 63748abe4107d399045cd97c445770167c9255ea
Parents: 9fd5c36
Author: Rafael Schloming <rh...@alum.mit.edu>
Authored: Mon Dec 22 11:26:49 2014 -0500
Committer: Rafael Schloming <rh...@alum.mit.edu>
Committed: Mon Dec 22 11:26:49 2014 -0500

----------------------------------------------------------------------
 bin/release.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/63748abe/bin/release.sh
----------------------------------------------------------------------
diff --git a/bin/release.sh b/bin/release.sh
index d98e9f6..91df3dc 100755
--- a/bin/release.sh
+++ b/bin/release.sh
@@ -56,4 +56,5 @@ die()
     git checkout -b $VERSION ${REMOTE}/${BRANCH}
     bin/version.sh $VERSION
     git commit -a -m "Release $VERSION"
+    echo "Run 'git push -u ${REMOTE} ${VERSION}' to push the release upstream."
 )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org