]> git.pld-linux.org Git - projects/geninitrd.git/blob - RELEASE
Timeout here is not a good idea. rootfs cannot be mounted and kernel oopses due to...
[projects/geninitrd.git] / RELEASE
1 HOW TO MAKE A RELEASE
2
3 before making a release:
4
5 - run "make dist", create package with resulting tarball to check that code is
6   stable enough for a release
7
8 to make a release:
9
10 in short:
11 - run 'make tag', to create tag
12 - run 'make dist' to make tarball
13
14 in details:
15 - run 'make tag'
16  - fill git shortlog into annotate tag commit message:
17    $ git shortlog $(git tag -l | sort -nr | head -n1)..HEAD
18 - run 'make dist'
19 - verify produced tarball with updating geninitrd.spec:master
20 - push tarball to distfiles
21 - commit .spec changes
22 - push out tag: git push origin "refs/tags/<RELEASE_VERSION>"
This page took 0.048255 seconds and 3 git commands to generate.