Skip to content

Commit

Permalink
minor #6161 [Contributing][Documentation] replace EOL with EOM (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[Contributing][Documentation] replace EOL with EOM

IIRC with end-of-life we usually refer to the time when a Symfony
release does not receive Security fixes anymore. But we remove all the
`versionadded` directives when a Symfony version does not receive bug
fixes anymore.

Commits
-------

f7eb43d replace EOL with EOM
  • Loading branch information
wouterj committed Jan 20, 2016
2 parents 695c6d1 + f7eb43d commit c78da00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/documentation/format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ how the behavior has changed:
Whenever a new minor version of Symfony is released (e.g. 2.4, 2.5, etc),
a new branch of the documentation is created from the ``master`` branch.
At this point, all the ``versionadded`` tags for Symfony versions that have
reached end-of-life will be removed. For example, if Symfony 2.5 were released
today, and 2.2 had recently reached its end-of-life, the 2.2 ``versionadded``
reached end-of-maintenance will be removed. For example, if Symfony 2.5 were
released today, and 2.2 had recently reached its end-of-life, the 2.2 ``versionadded``
tags would be removed from the new ``2.5`` branch.

Testing Documentation
Expand Down

0 comments on commit c78da00

Please sign in to comment.