2
0
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:
Dmitriy Mozgovoy
2023-01-06 02:34:45 +02:00
committed by GitHub
parent 08119634a2
commit 139d51f682
2 changed files with 5 additions and 5 deletions
+1 -3
View File
@@ -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
View File
@@ -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,