Skip to content

Commit 73386d3

Browse files
[TASK] Adapt to 13.4 release (#372)
1 parent 5af7abc commit 73386d3

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

Documentation/Appendix/CommitMessage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here is an example of a final commit message. The `Change-Id` will be generated
4949
5050
Resolves: #12346
5151
Related: #12340
52-
Releases: main, 12.4
52+
Releases: main, 13.4
5353
Change-Id: I<some string generated by the git commit-msg hook>
5454
5555
You can see that a commit message consists of several parts, let's go over them step by step:
@@ -256,7 +256,7 @@ Relationships
256256
.. code-block:: text
257257
:caption: commit message
258258
259-
Releases: main, 12.4, 11.5
259+
Releases: main, 13.4, 12.4
260260
261261
Always make sure the target version does indeed exist, when in doubt, as in the coredev channel on Slack_.
262262

Documentation/BugfixingAZ/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ as described in :ref:`setup <setup>` (or via the
104104
Some descriptions with line length of max. 72 characters
105105
106106
Resolves: #12346
107-
Releases: main, 12.4
107+
Releases: main, 13.4
108108
109109
Only create one commit. Do not create a branch. Work on main.
110110

Documentation/CheatSheets/Git.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@ Show all branches:
165165
166166
git branch -a
167167
168-
Checkout 12.4 branch:
168+
Checkout 13.4 branch:
169169

170170
.. code-block:: bash
171171
:caption: shell command
172172
173-
git checkout 12.4
173+
git checkout 13.4
174174
175-
Checkout 11.5 branch:
175+
Checkout 12.4 branch:
176176

177177
.. code-block:: bash
178178
:caption: shell command
179179
180-
git checkout 11.5
180+
git checkout 12.4
181181
182182
183183
.. important::
@@ -190,19 +190,19 @@ Checkout 11.5 branch:
190190
Long story short: In most cases, **push to main**. The rest is being taken
191191
care of by core team members!
192192

193-
Push 12.4 branch:
193+
Push 13.4 branch:
194194

195195
.. code-block:: bash
196196
:caption: shell command
197197
198-
git push origin HEAD:refs/for/12.4
198+
git push origin HEAD:refs/for/13.4
199199
200-
Push 11.5 branch:
200+
Push 12.4 branch:
201201

202202
.. code-block:: bash
203203
:caption: shell command
204204
205-
git push origin HEAD:refs/for/11.5
205+
git push origin HEAD:refs/for/12.4
206206
207207
208208
Workflow - commit msg

Documentation/CoreMergers/Backport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Manual backport
7575
===============
7676

7777
If the automatic backport fails, you need to manually cherry-pick the patch to the target branch. (e.g. cherry-pick the
78-
main patch onto your local (up to date) 12.4 branch) You will most likely need to adjust the code for the older branch.
78+
main patch onto your local (up to date) 13.4 branch) You will most likely need to adjust the code for the older branch.
7979

8080
Edit the commit message to comply to the guidelines again. (e.g. remove the Reviewed-* and Tested-* lines added by Gerrit)
8181

Documentation/HandlingAPatch/FindAReview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ linking issue and patch reviews, for example:
100100
.. code-block::
101101
102102
[TASK] Provide PSR-7 Request in PolicyMutatedEvent
103-
103+
104104
For additional context does the PolicyMutatedEvent
105105
now provide the current PSR-7 Request.
106106
107107
Resolves: #104141
108-
Releases: main, 12.4
108+
Releases: main, 13.4
109109
Change-Id: I1817366e77f20f6c43eef0ee209fbb419e7237e2
110110
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84913
111111
Tested-by: Lorem Ipsum <[email protected]>

Documentation/ReportingAnIssue/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ A good bug report should contain all or any of these elements:
326326
the bug it *might* include your operating system
327327
(Windows, Linux, macOS, ...), the full version of TYPO3 and PHP, the webserver
328328
used, the database used (MySQL, MariaDB, ...) and its version.
329-
In any case, the full version of TYPO3 (e.g. 12.4.16) is very helpful. If
330-
your bug is reproducible on several versions (e.g. 13.2.1 and 12.4.16),
329+
In any case, the full version of TYPO3 (e.g. 12.4.22) is very helpful. If
330+
your bug is reproducible on several versions (e.g. 13.4.0 and 12.4.22),
331331
that is helpful as well.
332332
* A description of the TYPO3 setup that you are using or that is necessary
333333
to trigger the bug. Your issue came out using TYPO3 with multiple

Documentation/Setup/Git/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ First, create a file, for example :file:`~/.gitmessage.txt`.
226226
[BUGFIX|TASK|FEATURE]
227227
228228
Resolves: #
229-
Releases: main, 12.4
229+
Releases: main, 13.4
230230
231231
Make Git use this file as a template for the commit message:
232232

Documentation/Testing/History.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ core testing paved the way for new opportunities and TYPO3 usages.
314314
====
315315

316316
TYPO3 currently uses 4 dedicated "bare bone" Servers to perform CI tasks. This hardware performs
317-
11.513 unit tets in ~15 seconds. A typical pre-merge pipeline runtime is at ~5 minutes with 2 permutations
317+
11.513 unit tests in ~15 seconds. A typical pre-merge pipeline runtime is at ~5 minutes with 2 permutations
318318
of acceptance tests, 3 permutations of ~7500 functional tests, 3 permutations of unit tests plus
319319
statical code analysis, linting, build checks.
320320

321321
The 4 servers are provisioned using Ansible:
322322
`https://git.typo3.org/typo3/CI/testing-infrastructure/-/tree/main/ansible?ref_type=heads`__ and
323-
Pipelines configured in `https://github.com/TYPO3/typo3/tree/main/Build/gitlab-ci/`__.
323+
Pipelines configured in `https://github.com/TYPO3/typo3/tree/main/Build/gitlab-ci/`__.

0 commit comments

Comments
 (0)