Skip to content

Commit

Permalink
[TASK] Migrate version bumper config to presets
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 13, 2025
1 parent feb73f6 commit 22e8152
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require-dev": {
"armin/editorconfig-cli": "^1.8 || ^2.0",
"eliashaeussler/version-bumper": "^1.3 || ^2.0",
"eliashaeussler/version-bumper": "^2.1.1",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.57",
"phpstan/extension-installer": "^1.3",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions version-bumper.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
filesToModify:
- path: ext_emconf.php
patterns:
- "'version' => '{%version%}'"
reportUnmatched: true
presets:
- typo3-commit-guidelines
- typo3-extension

releaseOptions:
commitMessage: '[RELEASE] Release of EXT:mailqueue {%version%}'

0 comments on commit 22e8152

Please sign in to comment.