Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

[PREPORT][DOCS] Improve docs on using composer patch (#401) #402

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Documentation/ApplyingCorePatches/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ add one.
"typo3/cms": {
"web-dir": "public"
},
"composer-exit-on-patch-failure": true,
"patches": {
"typo3/cms-core": {
"Bug #98106 fix something":"patches/Bug-98106.diff"
}
}
}
.. note::
Use :bash:`composer-exit-on-patch-failure` to exit the running process on patch failures.
Otherwise, you may not notice the error.

The patch itself looks like this:

.. code-block:: diff
Expand Down
Loading