Difference between revisions of "Releasing"

From CRIU
Jump to navigation Jump to search
(Created page with "This is a reminder what to do to make new release * Fix <code>Makefile.versions</code> * Commit, title: <pre> criu: Version $version Some description of the release </pre> *...")
 
Line 2: Line 2:
  
 
* Fix <code>Makefile.versions</code>
 
* Fix <code>Makefile.versions</code>
* Commit, title:
+
* Commit, title: <code>criu: Version $version</code>
<pre>
 
criu: Version $version
 
 
 
Some description of the release
 
</pre>
 
 
* Tag <code>git tag -a v$version -m '$summary'</code>
 
* Tag <code>git tag -a v$version -m '$summary'</code>
 +
* Push <code>git push</code> <code>git push --tags</code>
 +
* Upload tarbal <code>make tar</code> <code>scp $tarbal xemul@download.openvz.org:/var/www/html/criu/</code>
 +
* Update wiki
 +
** Create [[Download/criu/2.0]]
 +
** Bump [[Template:Latest_release]]
 +
** Add to [[Releases]]

Revision as of 08:27, 11 April 2016

This is a reminder what to do to make new release

  • Fix Makefile.versions
  • Commit, title: criu: Version $version
  • Tag git tag -a v$version -m '$summary'
  • Push git push git push --tags
  • Upload tarbal make tar scp $tarbal xemul@download.openvz.org:/var/www/html/criu/
  • Update wiki