File tree Expand file tree Collapse file tree 3 files changed +1597
-45
lines changed
Expand file tree Collapse file tree 3 files changed +1597
-45
lines changed Original file line number Diff line number Diff line change 1+ module . exports = {
2+ plugins : {
3+ 'release-it-lerna-changelog' : {
4+ infile : 'CHANGELOG.md' ,
5+ } ,
6+ } ,
7+ git : {
8+ commitMessage : 'v${version}' ,
9+ tagName : 'v${version}' ,
10+ } ,
11+ github : {
12+ release : true ,
13+ releaseName : 'v${version}' ,
14+ tokenRef : 'GITHUB_AUTH' ,
15+ } ,
16+ npm : {
17+ publish : false ,
18+ } ,
19+ } ;
Original file line number Diff line number Diff line change 1515 },
1616 "scripts" : {
1717 "changelog" : " lerna-changelog" ,
18+ "release" : " release-it" ,
1819 "lint" : " eslint . --cache" ,
1920 "test" : " jest"
2021 },
3637 "eslint-plugin-prettier" : " 4.0.0" ,
3738 "jest" : " 27.5.1" ,
3839 "lerna-changelog" : " 2.2.0" ,
39- "prettier" : " 2.6.2"
40+ "prettier" : " 2.6.2" ,
41+ "release-it" : " ^14.14.0" ,
42+ "release-it-lerna-changelog" : " ^4.0.1"
4043 },
4144 "engines" : {
4245 "node" : " ^12.22.0 || ^14.17.0 || >=16.0.0"
You can’t perform that action at this time.
0 commit comments