Merge pull request #10529 from Jafaral/doc-fix-order

doc: the dev tag should come after the new version commit step
This commit is contained in:
Donatas Abraitis 2022-02-08 21:03:19 +02:00 committed by GitHub
commit 8889ec2f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,11 +124,11 @@ March/July/November. Walking backwards from this date:
% git push upstream dev/8.2 % git push upstream dev/8.2
% git checkout master % git checkout master
% sed -i 's/8.2-dev/8.3-dev/' configure.ac % 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 add configure.ac
% git commit -s -m "build: FRR 8.3 development version" % 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 master
% git push upstream frr-8.3-dev
In this step, we also have to update package versions to reflect In this step, we also have to update package versions to reflect
the development version. Versions need to be updated using the development version. Versions need to be updated using