mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 1.14
* 1.13: [Behat] Use chromedrives in some scenarios Update PR template [Documentation] Update release cycle after 1.13 release
This commit is contained in:
commit
73fdf8ea29
2 changed files with 21 additions and 20 deletions
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,16 +1,17 @@
|
||||||
| Q | A |
|
| Q | A
|
||||||
|-----------------|--------------------------------------------------------------|
|
|-----------------|-----
|
||||||
| Branch? | 1.12 or 1.13 <!-- see the comment below --> |
|
| Branch? | 1.12, 1.13, 1.14 or 2.0 <!-- see the comment below -->
|
||||||
| Bug fix? | no/yes |
|
| Bug fix? | no/yes
|
||||||
| New feature? | no/yes |
|
| New feature? | no/yes
|
||||||
| BC breaks? | no/yes |
|
| BC breaks? | no/yes
|
||||||
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file --> |
|
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file -->
|
||||||
| Related tickets | fixes #X, partially #Y, mentioned in #Z |
|
| Related tickets | fixes #X, partially #Y, mentioned in #Z
|
||||||
| License | MIT |
|
| License | MIT
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- Bug fixes must be submitted against the 1.12 branch
|
- Bug fixes must be submitted against the 1.12 or 1.13 branches
|
||||||
- Features and deprecations must be submitted against the 1.13 branch
|
- Features and deprecations must be submitted against the 1.14 branch
|
||||||
|
- Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
|
||||||
- Make sure that the correct base branch is set
|
- Make sure that the correct base branch is set
|
||||||
|
|
||||||
To be sure you are not breaking any Backward Compatibilities, check the documentation:
|
To be sure you are not breaking any Backward Compatibilities, check the documentation:
|
||||||
|
|
|
||||||
|
|
@ -47,23 +47,21 @@ Maintenance
|
||||||
Each minor Sylius version is maintained for a fixed period of time after its release.
|
Each minor Sylius version is maintained for a fixed period of time after its release.
|
||||||
This maintenance is divided into:
|
This maintenance is divided into:
|
||||||
|
|
||||||
* *Bug fixes and security fixes*: During this period, being *eight months* long,
|
* *Bug fixes and security fixes*: During this period all issues can be fixed.
|
||||||
all issues can be fixed. The end of this period is referenced as being the
|
The end of this period is referenced as being the *end of maintenance* of a release.
|
||||||
*end of maintenance* of a release.
|
|
||||||
|
|
||||||
* *Security fixes only*: During this period, being *sixteen months* long,
|
* *Security fixes only*: During this period, only security related issues can be fixed.
|
||||||
only security related issues can be fixed. The end of this period is referenced
|
The end of this period is referenced as being the *end of life* of a release.
|
||||||
as being the *end of life* of a release.
|
|
||||||
|
|
||||||
Future release
|
Planned releases
|
||||||
--------------
|
----------------
|
||||||
|
|
||||||
+---------+----------------------+------------------------+--------------------+
|
+---------+----------------------+------------------------+--------------------+
|
||||||
| Version | Development starts | Stabilization starts | Release date |
|
| Version | Development starts | Stabilization starts | Release date |
|
||||||
+=========+======================+========================+====================+
|
+=========+======================+========================+====================+
|
||||||
| 2.0 | Sep 15, 2023 | Q2 2024 | Q3 2024 |
|
| 2.0 | Sep 15, 2023 | Q2 2024 | Q3 2024 |
|
||||||
+---------+----------------------+------------------------+--------------------+
|
+---------+----------------------+------------------------+--------------------+
|
||||||
| 1.13 | Oct 31, 2022 | Feb 15, 2024 | Apr 23, 2024 |
|
| 1.14 | Apr 26, 2024 | Q2 2024 | Q3 2024 |
|
||||||
+---------+----------------------+------------------------+--------------------+
|
+---------+----------------------+------------------------+--------------------+
|
||||||
|
|
||||||
Supported versions
|
Supported versions
|
||||||
|
|
@ -72,6 +70,8 @@ Supported versions
|
||||||
+---------+--------------------+--------------------+--------------------+-----------------------+
|
+---------+--------------------+--------------------+--------------------+-----------------------+
|
||||||
| Version | Release date | End of maintenance | End of life | Status |
|
| Version | Release date | End of maintenance | End of life | Status |
|
||||||
+=========+====================+====================+====================+=======================+
|
+=========+====================+====================+====================+=======================+
|
||||||
|
| 1.13 | Apr 23, 2024 | Oct 23, 2024 | Apr 23, 2025 | Fully supported |
|
||||||
|
+---------+--------------------+--------------------+--------------------+-----------------------+
|
||||||
| 1.12 | Oct 31, 2022 | Jun 30, 2024 | Dec 31, 2024 | Fully supported |
|
| 1.12 | Oct 31, 2022 | Jun 30, 2024 | Dec 31, 2024 | Fully supported |
|
||||||
+---------+--------------------+--------------------+--------------------+-----------------------+
|
+---------+--------------------+--------------------+--------------------+-----------------------+
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue