Changes

From Genome Analysis Wiki
Jump to navigationJump to search
2 bytes removed ,  03:38, 29 October 2015
no edit summary
Line 29: Line 29:  
#: <code>git merge master</code>
 
#: <code>git merge master</code>
 
#: <code>git push</code>
 
#: <code>git push</code>
# Create a release tag
+
# Create and push a release tag
 
#: <code>git tag -a gotcloud.1.XX -m 'version 1.XX'</code>
 
#: <code>git tag -a gotcloud.1.XX -m 'version 1.XX'</code>
# Push tag
   
#: <code> git push origin gotcloud.1.XX</code>
 
#: <code> git push origin gotcloud.1.XX</code>
 
# Create the debian packages
 
# Create the debian packages
61

edits

Navigation menu