Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Aug 2, 2023
1 parent 88bc8f0 commit 53ef9d7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@
"ai-commit-no-verify": "@ai-commit --no-verify",
"benchmark": "@php ./vendor/bin/phpbench run --warmup=1 --retry-threshold=1 --iterations=3 --revs=5 --ansi -v",
"cghooks": "@php ./vendor/bin/cghooks --ansi -v",
"changelog": "@php ./vendor/bin/conventional-changelog --ansi -v",
"changelog-major": "@changelog --major",
"changelog-minor": "@changelog --minor",
"changelog-patch": "@changelog --patch",
"checks": [
"@composer-normalize",
"@composer-validate",
Expand Down Expand Up @@ -196,6 +192,13 @@
"psalm-baseline": "@psalm --update-baseline",
"rector": "@php ./vendor/bin/rector --clear-cache --ansi -v",
"rector-dry-run": "@rector --dry-run",
"release": "@php ./vendor/bin/monorepo-builder release --ansi -v",
"release-major": "@release major",
"release-major-dry-run": "@release-major --dry-run",
"release-minor": "@release minor",
"release-minor-dry-run": "@release-minor --dry-run",
"release-patch": "@release patch",
"release-patch-dry-run": "@release-patch --dry-run",
"style-fix": "@php ./vendor/bin/php-cs-fixer fix --using-cache=yes --config=.php-cs-fixer.php --ansi -v",
"style-lint": "@style-fix --diff --dry-run",
"test": "@pest",
Expand Down

0 comments on commit 53ef9d7

Please sign in to comment.