File tree Expand file tree Collapse file tree 3 files changed +469
-1
lines changed
Expand file tree Collapse file tree 3 files changed +469
-1
lines changed Original file line number Diff line number Diff line change 1+ export default {
2+ repository : "https://github.com/Novout/cpp4noobs" ,
3+ silent : false ,
4+ commits : "conventional-commits" ,
5+ tag : true ,
6+ version : true ,
7+ push : true ,
8+ release : false ,
9+ publish : false ,
10+ exclude : [ " typo" ] ,
11+ prerelease : "beta" ,
12+ packagePath : "package.json" ,
13+ lernaPath : "lerna.json"
14+ }
Original file line number Diff line number Diff line change 44 "description" : " Tutorial de C++ da He4rt Developers" ,
55 "scripts" : {
66 "dev" : " vuepress dev docs" ,
7- "build" : " vuepress build docs"
7+ "build" : " vuepress build docs" ,
8+ "patch" : " generi log patch" ,
9+ "minor" : " generi log minor" ,
10+ "major" : " generi log major"
811 },
912 "repository" : " https://github.com/Novout/He4rt-CPP-Tutorial.git" ,
1013 "author" : " He4rt Developers" ,
1114 "license" : " MIT" ,
1215 "private" : false ,
1316 "devDependencies" : {
17+ "generi" : " ^2.0.4" ,
1418 "vuepress" : " ^1.5.0"
1519 },
1620 "dependencies" : {
You can’t perform that action at this time.
0 commit comments