From 29780e6ad0aae5a689722d467ddb53f6d778cc50 Mon Sep 17 00:00:00 2001 From: Taj Muhammad Khan Date: Fri, 20 Dec 2013 12:59:12 +0100 Subject: [PATCH] Added howto file for a new CLooG release --- doc/howto_cloog_release.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/howto_cloog_release.txt diff --git a/doc/howto_cloog_release.txt b/doc/howto_cloog_release.txt new file mode 100644 index 0000000..3f18858 --- /dev/null +++ b/doc/howto_cloog_release.txt @@ -0,0 +1,27 @@ +How to generate a new release of CLooG: + + +1) Update the version number + +See commit 88986e for an example +(Modifies the version number in configure.ac) + +2) Commit the modification of version number in configure.ac + +git -am "CLooG 0.18.2" + +3) Tag the release + +git tag -am "CLooG 0.18.2" cloog-0.18.2 + +4) Create release tarball + +make dist + +5) Test the release tarball + +6) Push out the changes + +7) Check at repo.or.cz that everything looks good + +Thanks to Tobias GROSSER for the instructions. -- 2.11.4.GIT