File tree Expand file tree Collapse file tree 3 files changed +1264
-1676
lines changed
Expand file tree Collapse file tree 3 files changed +1264
-1676
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1717 ],
1818 "scripts" : {
1919 "test" : " bash ./test.sh" ,
20- "shipit" : " np --no-tests "
20+ "shipit" : " release-it "
2121 },
2222 "contributors" : [
2323 " Mike Hardy <github@mikehardy.net>"
3636 "resolve" : " ^1.22.11"
3737 },
3838 "devDependencies" : {
39- "np" : " ^10.2.0"
39+ "@release-it/conventional-changelog" : " ^10.0.1" ,
40+ "release-it" : " ^19.0.5"
41+ },
42+ "publishConfig" : {
43+ "registry" : " https://registry.npmjs.org"
4044 },
4145 "packageManager" : " yarn@4.10.3"
4246}
You can’t perform that action at this time.
0 commit comments