2
0
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:
Dmitriy Mozgovoy
2022-12-17 22:32:07 +02:00
committed by GitHub
parent 493e04cd28
commit 45b29dbc32
3 changed files with 58 additions and 26 deletions
+1 -2
View File
@@ -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}."
}
},