Added howto file for a new CLooG release
[cloog.git] / doc / howto_cloog_release.txt
blob3f18858280c2de37f14bea97266d332e90e325f1
1 How to generate a new release of CLooG:
4 1) Update the version number
6 See commit 88986e for an example
7 (Modifies the version number in configure.ac)
9 2) Commit the modification of version number in configure.ac
11 git -am "CLooG 0.18.2"
13 3) Tag the release
15 git tag -am "CLooG 0.18.2" cloog-0.18.2
17 4) Create release tarball
19 make dist
21 5) Test the release tarball
23 6) Push out the changes
25 7) Check at repo.or.cz that everything looks good
27 Thanks to Tobias GROSSER for the instructions.