Skip to content

Commit db2e2ea

Browse files
committed
minor #16887 remove outdated references to the master branch (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- remove outdated references to the master branch fixes #16882 Commits ------- 07a10ec remove outdated references to the master branch
2 parents 6dc10fd + 07a10ec commit db2e2ea

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

_build/maintainer_guide.rst

+3-3
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 master)
42+
Working on symfony/symfony-docs (branch 4.4)
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 "master" refs/notes/github-comments
49+
Now, push with: git push gh "4.4" 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 "master" refs/notes/github-comments
57+
$ git push gh "4.4" refs/notes/github-comments
5858
5959
Merging Pull Requests
6060
---------------------

contributing/code/maintenance.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Besides bug fixes, other minor changes can be accepted in a patch version:
4141

4242
* **Coding standard and refactoring**: Coding standard fixes or code
4343
refactoring are not recommended but can be accepted for consistency with the
44-
existing code base, if they are not too invasive, and if merging them on
45-
master would not lead to complex branch merging;
44+
existing code base, if they are not too invasive, and if merging them into
45+
higher branches would not lead to complex branch merging;
4646

4747
* **Tests**: Tests that increase the code coverage can be added.
4848

4949
Anything not explicitly listed above should be done on the next minor or major
50-
version instead (aka the *master* branch). For instance, the following changes
51-
are never accepted in a patch version:
50+
version instead. For instance, the following changes are never accepted in a
51+
patch version:
5252

5353
* **New features**;
5454

contributing/documentation/format.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ For a deprecation use the ``.. deprecated:: 4.x`` directive:
201201
Not passing the root node name to ``TreeBuilder`` was deprecated in Symfony 4.2.
202202
203203
Whenever a new major version of Symfony is released (e.g. 5.0, 6.0, etc),
204-
a new branch of the documentation is created from the ``master`` branch.
205-
At this point, all the ``versionadded`` and ``deprecated`` tags for Symfony
206-
versions that have a lower major version will be removed. For example, if
204+
a new branch of the documentation is created from the x.4 branch of the previous
205+
major version. At this point, all the ``versionadded`` and ``deprecated`` tags for
206+
Symfony versions that have a lower major version will be removed. For example, if
207207
Symfony 5.0 were released today, 4.0 to 4.4 ``versionadded`` and ``deprecated``
208208
tags would be removed from the new ``5.0`` branch.
209209

0 commit comments

Comments
 (0)