Skip to content

Commit ded3815

Browse files
committed
-
1 parent 376bbf6 commit ded3815

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

contributing/documentation/format.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,32 +174,32 @@ If you are documenting a brand new feature, a change or a deprecation that's
174174
been made in Symfony, you should precede your description of the change with
175175
the corresponding directive and a short description:
176176

177-
For a new feature or a behavior change use the ``.. versionadded:: 5.x``
177+
For a new feature or a behavior change use the ``.. versionadded:: 6.x``
178178
directive:
179179

180180
.. code-block:: rst
181181
182-
.. versionadded:: 5.2
182+
.. versionadded:: 6.2
183183
184-
... ... ... was introduced in Symfony 5.2.
184+
... ... ... was introduced in Symfony 6.2.
185185
186186
If you are documenting a behavior change, it may be helpful to *briefly*
187187
describe how the behavior has changed:
188188

189189
.. code-block:: rst
190190
191-
.. versionadded:: 5.2
191+
.. versionadded:: 6.2
192192
193-
... ... ... was introduced in Symfony 5.2. Prior to this,
193+
... ... ... was introduced in Symfony 6.2. Prior to this,
194194
... ... ... ... ... ... ... ... .
195195
196-
For a deprecation use the ``.. deprecated:: 5.x`` directive:
196+
For a deprecation use the ``.. deprecated:: 6.x`` directive:
197197

198198
.. code-block:: rst
199199
200-
.. deprecated:: 5.2
200+
.. deprecated:: 6.2
201201
202-
... ... ... was deprecated in Symfony 5.2.
202+
... ... ... was deprecated in Symfony 6.2.
203203
204204
Whenever a new major version of Symfony is released (e.g. 6.0, 7.0, etc),
205205
a new branch of the documentation is created from the ``master`` branch.

0 commit comments

Comments
 (0)