mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): updated release-it config; (#5439)
This commit is contained in:
@@ -31,8 +31,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: npm
|
cache: npm
|
||||||
- name: npm credentials
|
|
||||||
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: release
|
- name: release
|
||||||
env:
|
env:
|
||||||
@@ -70,4 +68,4 @@ jobs:
|
|||||||
maintainers
|
maintainers
|
||||||
#assignees: jasonsaayman
|
#assignees: jasonsaayman
|
||||||
#reviewers: jasonsaayman
|
#reviewers: jasonsaayman
|
||||||
draft: true
|
draft: false
|
||||||
|
|||||||
+4
-2
@@ -160,10 +160,12 @@
|
|||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"release-it": {
|
"release-it": {
|
||||||
"git": {
|
"git": {
|
||||||
"commitMessage": "chore(release): v${version}"
|
"commitMessage": "chore(release): v${version}",
|
||||||
|
"push": false,
|
||||||
|
"commit": false
|
||||||
},
|
},
|
||||||
"github": {
|
"github": {
|
||||||
"release": true
|
"release": false
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"publish": false,
|
"publish": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user