From d407d8ac833637d19472525d72e945c0609578ba Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Mon, 13 Aug 2018 14:08:19 -0700 Subject: [PATCH] Minor tweak to the release guide --- RELEASEGUIDE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASEGUIDE b/RELEASEGUIDE index d6968e27c..15e9a5ef9 100644 --- a/RELEASEGUIDE +++ b/RELEASEGUIDE @@ -51,19 +51,19 @@ The resulting release tarballs will go to BinaryBuilder/asp_tarballs. 10.) Commit and tag the release in the ASP repo. Example: - git tag v2.6.0 + git tag v2.6.1 Push the tags to the remote server with: - git push origin v2.6.0 # commit to your branch - git push god v2.6.0 # commit to main branch + git push origin v2.6.1 # commit to your branch + git push god v2.6.1 # commit to main branch If more commits were made and it is desired to apply this tag to a different commit, first remove the exiting tag with: - git tag -d v2.6.0 - git push origin :refs/tags/v2.6.0 - git push god :refs/tags/v2.6.0 + git tag -d v2.6.1 + git push origin :refs/tags/v2.6.1 + git push god :refs/tags/v2.6.1 11.) Copy the new builds to the release area at /byss/docroot/stereopipeline/binaries. Also copy the documentation