]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: the dev tag should come after the new version commit step
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 8 Feb 2022 16:50:15 +0000 (10:50 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 8 Feb 2022 16:50:15 +0000 (10:50 -0600)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
doc/developer/workflow.rst

index 5911fdb587cf4fa1c5d1d470e960119becf154b5..6ae3d2939ca2e5ee8d3826db2e1f4e6335b8e0f5 100644 (file)
@@ -124,11 +124,11 @@ March/July/November.  Walking backwards from this date:
         % git push upstream dev/8.2
         % git checkout master
         % sed -i 's/8.2-dev/8.3-dev/' configure.ac
-        % git tag -a frr-8.3-dev -m "frr-8.3-dev"
-        % git push upstream frr-8.3-dev
         % git add configure.ac
         % git commit -s -m "build: FRR 8.3 development version"
+        % git tag -a frr-8.3-dev -m "frr-8.3-dev"
         % git push upstream master
+        % git push upstream frr-8.3-dev
 
    In this step, we also have to update package versions to reflect
    the development version. Versions need to be updated using