Skip to content

Conversation

@linawolf
Copy link
Member

@linawolf linawolf commented Jan 4, 2026

To create docuementation for your extension use
Use the init command to create the Documentation folder

Releases: main, 13.4

To create docuementation for your extension use
[Use the init command to create the Documentation folder](https://docs.typo3.org/permalink/h2document:how-to-start-docs-extension)

Releases: main, 13.4
@linawolf linawolf merged commit 39ed6de into main Jan 4, 2026
8 checks passed
@linawolf linawolf deleted the remove-docs2 branch January 4, 2026 08:00
@github-actions
Copy link

github-actions bot commented Jan 4, 2026

The backport to 13.4 failed:

The process '/usr/bin/git' failed with exit code 128
stderr
error: commit 48c3d3c445fc8225c978e9be8a485bc605dc50c0 is a merge but no -m option was given.
fatal: cherry-pick failed

stdout
[backport-327-to-13.4 3d7485b] [TASK] Remove outdated documentation
 Author: lina.wolf <lwolf@w-commerce.de>
 Date: Sun Jan 4 08:59:21 2026 +0100
 1 file changed, 15 deletions(-)
 delete mode 100644 .github/workflows/test-documentation.yml

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-13.4 13.4
# Navigate to the new working tree
cd .worktrees/backport-13.4
# Create a new branch
git switch --create backport-327-to-13.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick a31d7e3d149368e19f9d55237a807f3a447ea6fe,48c3d3c445fc8225c978e9be8a485bc605dc50c0
# Push it to GitHub
git push --set-upstream origin backport-327-to-13.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-13.4

Then, create a pull request where the base branch is 13.4 and the compare/head branch is backport-327-to-13.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants