Difference between revisions of "Releasing"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* Upload tarbal <code>make tar</code> <code>scp $tarbal xemul@download.openvz.org:/var/www/html/criu/</code> | * Upload tarbal <code>make tar</code> <code>scp $tarbal xemul@download.openvz.org:/var/www/html/criu/</code> | ||
* Update wiki | * Update wiki | ||
− | ** Create [[Download/criu/ | + | ** Create [[Download/criu/VERSION]] |
+ | ** Add release name do {{Template:Codename}} | ||
** Bump [[Template:Latest_release]] | ** Bump [[Template:Latest_release]] | ||
** Add to [[Releases]] | ** Add to [[Releases]] |
Revision as of 13:49, 26 January 2017
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
- Create Download/criu/VERSION
- Add release name do
- Bump Template:Latest_release
- Add to Releases
- Fixup release schedule