Skip to content

Commit 75e1b1a

Browse files
bump
1 parent c98c3de commit 75e1b1a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.release-it.ci.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

22
{
33
"use" : "yarn bump",
4-
"npm": {
5-
"publish": false
6-
},
4+
75
"git": {
86
"commitMessage": "chore: release v${version}",
97
"requireBranch": "main",

.release-it.promote.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
{
33
"use" : "yarn promote",
4+
"npm": {
5+
"publish": false
6+
},
47
"github": {
58
"release": true,
69
"preRelease": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:cov": "jest --coverage",
2121
"ci-test": "yarn install && yarn test && yarn prebuild",
2222
"bump": "yarn run release-it --patch --ci -c .release-it.ci.json",
23-
"promote": "yarn run release-it --ci -c .release-it.promote.json.json"
23+
"promote": "yarn run release-it --ci -c .release-it.promote.json"
2424
},
2525
"engines": {
2626
"node": "16.14.2"

0 commit comments

Comments
 (0)