diff --git a/composer.json b/composer.json index 985e9f5..947ac7d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "eliashaeussler/phpunit-attributes": "^1.2", - "eliashaeussler/version-bumper": "^1.2", + "eliashaeussler/version-bumper": "^2.1.1", "phpunit/phpcov": "^9.0 || ^10.0", "phpunit/phpunit": "^10.1 || ^11.2", "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", diff --git a/composer.lock b/composer.lock index 518d82c..a4abdcf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "747db2f78ece86b9a84ea1b4e0ce9619", + "content-hash": "48dca7bc63523483b5b2209db026176d", "packages": [ { "name": "bacon/bacon-qr-code", @@ -5257,25 +5257,26 @@ }, { "name": "eliashaeussler/version-bumper", - "version": "1.3.1", + "version": "2.1.1", "source": { "type": "git", "url": "/~https://github.com/eliashaeussler/version-bumper.git", - "reference": "dfaa257fd0fc30c2ae81ae23760e743d5cc3f869" + "reference": "d30cb4d831b796fcedc8d2881f3c93f3f3f356be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/eliashaeussler/version-bumper/zipball/dfaa257fd0fc30c2ae81ae23760e743d5cc3f869", - "reference": "dfaa257fd0fc30c2ae81ae23760e743d5cc3f869", + "url": "https://api.github.com/repos/eliashaeussler/version-bumper/zipball/d30cb4d831b796fcedc8d2881f3c93f3f3f356be", + "reference": "d30cb4d831b796fcedc8d2881f3c93f3f3f356be", "shasum": "" }, "require": { "composer-plugin-api": "^2.0", - "cuyz/valinor": "^1.0", + "cuyz/valinor": "^1.12", "cypresslab/gitelephant": "^4.5", "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", + "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { @@ -5286,8 +5287,8 @@ "eliashaeussler/rector-config": "^3.0", "ergebnis/composer-normalize": "^2.30", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-symfony": "^1.4", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^10.2 || ^11.0" }, "type": "composer-plugin", @@ -5314,9 +5315,9 @@ "description": "Composer plugin to bump project versions during release preparations", "support": { "issues": "/~https://github.com/eliashaeussler/version-bumper/issues", - "source": "/~https://github.com/eliashaeussler/version-bumper/tree/1.3.1" + "source": "/~https://github.com/eliashaeussler/version-bumper/tree/2.1.1" }, - "time": "2024-11-25T20:28:40+00:00" + "time": "2025-01-13T11:38:48+00:00" }, { "name": "myclabs/deep-copy", diff --git a/version-bumper.yaml b/version-bumper.yaml index c673586..1238edd 100644 --- a/version-bumper.yaml +++ b/version-bumper.yaml @@ -1,11 +1,6 @@ -filesToModify: - - path: Documentation/guides.xml - patterns: - - 'release="{%version%}"' - - path: ext_emconf.php - patterns: - - "'version' => '{%version%}'" - reportUnmatched: true +presets: + - typo3-commit-guidelines + - typo3-extension releaseOptions: commitMessage: '[RELEASE] Release of EXT:sitemap_locator {%version%}'