Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit d6bb803

Browse files
committed
🔧 (release-it) Add release config
1 parent fc89ec2 commit d6bb803

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.release-it.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"preReleaseId": "beta",
3+
"scripts": {
4+
"beforeStart": "yarn test",
5+
"beforeStage": "conventional-changelog -i CHANGELOG.md -s -n node_modules/conventional-changelog-cz-emoji",
6+
"changelog": "conventional-changelog -n node_modules/conventional-changelog-cz-emoji | tail -n +3"
7+
},
8+
"npm": {
9+
"otp": true
10+
},
11+
"github": {
12+
"release": true
13+
}
14+
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@
4949
"release-it": "^10.4.2",
5050
"tslint": "^5.15.0",
5151
"typescript": "^3.4.3"
52+
},
53+
"publishConfig": {
54+
"registry": "https://registry.npmjs.org/"
5255
}
5356
}

0 commit comments

Comments
 (0)