Skip to content

Commit

Permalink
Update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Aug 3, 2024
1 parent 84a5170 commit 0138839
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:php": "composer run-script lint",
"plugin-zip": "yarn build && wp-scripts plugin-zip && mv search-regex.zip search-regex-$npm_package_version.zip",
"plugin-zip": "yarn build && wp-scripts plugin-zip",
"release": "release-it",
"start": "wp-scripts start",
"test:js": "wp-scripts test-unit-js",
Expand Down Expand Up @@ -99,5 +99,14 @@
},
"wordpress": {
"supported": "6.4"
},
"release-it": {
"github": {
"release": true,
"assets": [
"search-regex.zip"
]
},
"npm": false
}
}

0 comments on commit 0138839

Please sign in to comment.