We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e2b6 commit 45e7debCopy full SHA for 45e7deb
3 files changed
.release-it.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
3
+ "git": {
4
+ "commitMessage": "chore: release v${version}"
5
+ },
6
+ "github": {
7
+ "release": true
8
9
+
10
+ "npm": {
11
+ "skipChecks": true
12
+ }
13
+}
package.json
@@ -17,7 +17,7 @@
17
],
18
"scripts": {
19
"test": "bash ./test.sh",
20
- "shipit": "np --no-tests"
+ "shipit": "release-it"
21
},
22
"contributors": [
23
"Mike Hardy <github@mikehardy.net>"
@@ -36,7 +36,11 @@
36
"resolve": "^1.22.11"
37
38
"devDependencies": {
39
- "np": "^10.2.0"
+ "@release-it/conventional-changelog": "^10.0.1",
40
+ "release-it": "^19.0.5"
41
42
+ "publishConfig": {
43
+ "registry": "https://registry.npmjs.org"
44
45
"packageManager": "yarn@4.10.3"
46
}
0 commit comments