chore: add standard-version and release scripts

This commit is contained in:
Damien Retzinger
2022-08-06 11:39:50 -04:00
parent 664360ede2
commit 164bd77245
2 changed files with 2890 additions and 1 deletions
+2887
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -3,7 +3,8 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Github Actions for Magento 2", "description": "Github Actions for Magento 2",
"scripts": { "scripts": {
"test": "cd supported-version && npm run test && cd -" "test": "cd supported-version && npm run test && cd -",
"release": "standard-version"
}, },
"private": true, "private": true,
"repository": { "repository": {
@@ -24,6 +25,7 @@
"@types/node": "^18.6.4", "@types/node": "^18.6.4",
"esbuild": "^0.14.53", "esbuild": "^0.14.53",
"jest": "^28.1.3", "jest": "^28.1.3",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7", "ts-jest": "^28.0.7",
"typescript": "^4.7.4" "typescript": "^4.7.4"
} }