diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a976bee30..7ca68f625 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,4 +43,4 @@ jobs: run: ls -liAsh ./ - name: Upload EXT:${{ env.TYPO3_EXTENSION_KEY }} as ${{ github.event.ref }} to TER - run: ter-client upload $TYPO3_EXTENSION_KEY "./$TYPO3_EXTENSION_KEY" -u "$TYPO3_USER" -p "$TYPO3_PASSWORD" -m "new version" + run: ter-client upload $TYPO3_EXTENSION_KEY "./$TYPO3_EXTENSION_KEY" -u "$TYPO3_USER" -p "$TYPO3_PASSWORD" -m "${{ github.event.head_commit.message }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 20aed8b6c..660ec0fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/). Instead, the version number mirrors the version number of the included PHPUnit package. -## x.y.z +## 7.5.22 ### Added - Lint the code with PHP 8 (#198) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 8bc417117..969d7d4c7 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2020 project: PHPUnit version: 7.5 - release: 7.5.21 + release: 7.5.22 latex_documents: - - Index - phpunit.tex diff --git a/ext_emconf.php b/ext_emconf.php index 6e59f9ef2..c02ccd026 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'PHPUnit', 'description' => 'Unit testing for TYPO3. Includes PHPUnit and a CLI test runner.', - 'version' => '7.5.21', + 'version' => '7.5.22', 'category' => 'misc', 'constraints' => [ 'depends' => [