Skip to content

[TASK] Add TER publishing workflow#52

Open
davidsteeb wants to merge 1 commit into
mainfrom
BEXT-237-ter-publish
Open

[TASK] Add TER publishing workflow#52
davidsteeb wants to merge 1 commit into
mainfrom
BEXT-237-ter-publish

Conversation

@davidsteeb

Copy link
Copy Markdown
Contributor

Adds an automated TER (TYPO3 Extension Repository) release workflow, so a push of a semver tag (x.y.z) publishes the extension via typo3/tailor.

Changes

  • New workflow .github/workflows/publish.yml:
    • Triggers on tags matching [0-9]+.[0-9]+.[0-9]+
    • Derives the version and uses the tag annotation as the TER upload comment
    • Runs tailor set-version + tailor ter:publish

Required setup

A repository secret TYPO3_API_TOKEN must be created in the b13/backendpreviews repo settings (TER access token from https://extensions.typo3.orgMy access tokens, scope extension:write for backendpreviews).

Resolves BEXT-237.

Adds a GitHub Action that publishes the extension to the TYPO3
Extension Repository (TER) via typo3/tailor whenever a semver tag
(x.y.z) is pushed. Requires the repository secret TYPO3_API_TOKEN.

Resolves: BEXT-237
@davidsteeb davidsteeb self-assigned this Jun 11, 2026

@achimfritz achimfritz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 (would be nice if it works ...)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants