Skip to content

Commit

Permalink
Merge pull request #10529 from Jafaral/doc-fix-order
Browse files Browse the repository at this point in the history
doc: the dev tag should come after the new version commit step
  • Loading branch information
ton31337 authored Feb 8, 2022
2 parents 341aecb + c1242b7 commit 8889ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8889ec2

Please sign in to comment.