Skip to content

Commit

Permalink
Minor tweak to the release guide
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Aug 13, 2018
1 parent 014bc13 commit d407d8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASEGUIDE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d407d8a

Please sign in to comment.