Skip to content

Commit

Permalink
release-process: Fix indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Mar 6, 2020
1 parent 492600a commit d57b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/internals/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ the first patch. The following command illustrates how to do both of
these at once assuming the local repository HEAD points to the
"Prepare for post-x.y.0" commit:

git push origin HEAD:master HEAD^:refs/heads/branch-x.y
git push origin HEAD:master HEAD^:refs/heads/branch-x.y

Branching should be announced on ovs-dev.

Expand Down

0 comments on commit d57b89f

Please sign in to comment.