mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
GitHub Actions Release script; (#5384)
* chore(ci): Add release-it script; * chore(ci): add github actions release script;
This commit is contained in:
+1
-2
@@ -91,7 +91,6 @@
|
||||
"get-stream": "^3.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"husky": "^8.0.2",
|
||||
"inquirer": "^9.1.4",
|
||||
"istanbul-instrumenter-loader": "^3.0.1",
|
||||
"jasmine-core": "^2.4.1",
|
||||
"karma": "^6.3.17",
|
||||
@@ -169,7 +168,7 @@
|
||||
},
|
||||
"hooks": {
|
||||
"before:init": "npm test",
|
||||
"after:bump": "gulp version && npm run build",
|
||||
"after:bump": "gulp version && npm run build && npm run test:build:version",
|
||||
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user