]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak release procedure
authorKern Sibbald <kern@sibbald.com>
Wed, 18 Jan 2012 13:43:12 +0000 (14:43 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:28 +0000 (14:50 +0200)
bacula/release/ReleaseProcedure.txt

index 0431733ecadb3779d04ced48aa7dcba1ae70e9f7..b304fb209338730dd37bae47917b44318b0df723 100644 (file)
@@ -4,6 +4,7 @@ These are the steps to complete for making a new release.
 1. Ensure that the previous release had a tag pushed. If
    not create one at the prior release point and push it
    to the repos.
+   git push <remote> tag <tag-name>
 
 2. Update the ChangeLog using release/git2changelog.pl Release-5.2.x..HEAD >1
 
@@ -53,15 +54,18 @@ These are the steps to complete for making a new release.
 
 16. push the tags (once pushed they can be corrected but it is more
     complicated than simply re-running the ./makeall script)
+    ./pushtags   which does in all repos
+
+     git push <remote> tag <tag-name>
 
 17. Upload the release files to Source Forge.
 
 18. Update the release version and date on the main bacula.org page
 
-19. Update the link to the release version in the "Current Release" 
-    in the menu (inc/header.php).
-
-20. Update the news item to announce the release.
+19. Update the news item to announce the release.
 
-21. Send the release announcement to the users, devel, and announce 
+20. Send the release announcement to the users, devel, and announce 
     mailing lists.
+
+21. Update the link to the release version in the "Current Release" 
+    in the menu (inc/header.php).