Skip to content

Commit 040a474

Browse files
committed
[TASK] Prepare release-13.0.x branch
This change contains all necessary changes to be able to tag the latest 13.0.x releases.
1 parent ea5bb91 commit 040a474

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/ci-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"main": {
2+
"release-13.0.x": {
33
"PHP": [ "8.2", "8.3", "8.4" ],
44
"TYPO3": [ "13" ,"13.4.x-dev" ]
55
}

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: build
22

33
on:
44
push:
5-
branches: [ main, release-13.0.x, release-12.0.x, task/*_compatibility ]
5+
branches: [ release-13.0.x ]
66
tags:
77
- "**"
88
pull_request:
9-
branches: [ main, release-13.0.x, release-12.0.x, task/*_compatibility ]
9+
branches: [ release-13.0.x ]
1010

1111
# Run tests daily at 19:23 to get TYPO3 changes and fix them immediately.
1212
# @todo:
@@ -17,14 +17,14 @@ on:
1717

1818
env:
1919
IS_ON_GITHUB_ACTIONS: 'true'
20-
IS_LATEST_VERSION: 'true'
20+
IS_LATEST_VERSION: 'false'
2121
CI_BUILD_DIRECTORY: '/home/runner/work/ext-solr/ext-solr/.Build'
2222
LOCAL_IMAGE_NAME: 'solrci-image:latest'
2323
LOCAL_CONTAINER_NAME: 'solrci-container'
2424
TESTING_SOLR_PORT: 8983
2525
LOCAL_VOLUME_NAME: 'solrci-volume'
2626
LOCAL_VOLUME_PATH: '/home/runner/work/ext-solr/ext-solr/.Build/data-solr'
27-
BRANCH_NAME: 'main'
27+
BRANCH_NAME: 'release-13.0.x'
2828

2929
jobs:
3030
ci_bootstrapping:
@@ -239,7 +239,6 @@ jobs:
239239
type=raw,value=${{ env.BRANCH_ALIAS_TAG }}
240240
# Only the newest major EXT:solr branch can become the latest tag.
241241
# So if main branch becomes dev state for next TYPO3 LTS, the latest tag must be commented there.
242-
type=raw,value=latest,enable=${{ (startsWith(github.ref, 'refs/tags/')) && (env.IS_LATEST_VERSION == true) }}
243242
type=semver,pattern={{version}}
244243
type=semver,pattern={{major}}.{{minor}}
245244
labels: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![TYPO3 13](https://img.shields.io/badge/TYPO3-13-orange.svg?style=flat-square)](https://get.typo3.org/version/13)
44
[![Total Downloads](http://poser.pugx.org/apache-solr-for-typo3/solr/downloads)](https://packagist.org/packages/apache-solr-for-typo3/solr)
55
[![Monthly Downloads](https://poser.pugx.org/apache-solr-for-typo3/solr/d/monthly)](https://packagist.org/packages/apache-solr-for-typo3/solr)
6-
[![Build Status](https://github.com/TYPO3-Solr/ext-solr/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TYPO3-Solr/ext-solr/actions?query=branch:main)
6+
[![Build Status](https://github.com/TYPO3-Solr/ext-solr/actions/workflows/ci.yml/badge.svg?branch=release-13.0.x)](https://github.com/TYPO3-Solr/ext-solr/actions?query=branch:release-13.0.x)
77

88
# Apache Solr for TYPO3 CMS
99

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
},
138138
"extra": {
139139
"branch-alias": {
140-
"dev-main": "13.0.x-dev"
140+
"dev-release-13.0.x": "13.0.x-dev"
141141
},
142142
"typo3/cms": {
143143
"extension-key": "solr",

0 commit comments

Comments
 (0)