Skip to content

Commit 5373de1

Browse files
committed
Minor update
1 parent cb0b2c5 commit 5373de1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_build/maintainer_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ contributes again, it's OK to mention some of the minor issues to educate them.
3939
4040
$ gh merge 11059
4141
42-
Working on symfony/symfony-docs (branch 6.1)
42+
Working on symfony/symfony-docs (branch 6.2)
4343
Merging Pull Request 11059: dmaicher/patch-3
4444
4545
...
4646
4747
# This is important!! Say NO to push the changes now
4848
Push the changes now? (Y/n) n
49-
Now, push with: git push gh "6.1" refs/notes/github-comments
49+
Now, push with: git push gh "6.2" refs/notes/github-comments
5050
5151
# Now, open your editor and make the needed changes ...
5252
5353
$ git commit -a
5454
# Use "Minor reword", "Minor tweak", etc. as the commit message
5555
5656
# now run the 'push' command shown above by 'gh' (it's different each time)
57-
$ git push gh "6.1" refs/notes/github-comments
57+
$ git push gh "6.2" refs/notes/github-comments
5858
5959
Merging Pull Requests
6060
---------------------

0 commit comments

Comments
 (0)