Skip to content

Commit

Permalink
Add a composer release step
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Dec 30, 2024
1 parent dc2df2e commit 8321a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
"scripts": {
"phpcbf": "phpcbf .",
"phpcs": "phpcs .",
"phpunit": "phpunit",
"phpstan": "phpstan --memory-limit=512M",
"phpunit": "phpunit",
"release": "npx @alleyinteractive/create-release@latest",
"test": [
"@phpcs",
"@phpstan",
Expand Down

0 comments on commit 8321a17

Please sign in to comment.