File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 64
64
},
65
65
"version" : {
66
66
"executor" : " @jscutlery/semver:version" ,
67
- "options" : {}
67
+ "options" : {
68
+ "skipProjectChangelog" : true
69
+ }
68
70
},
69
71
"version-publish" : {
70
72
"executor" : " @jscutlery/semver:version" ,
71
73
"options" : {
72
74
"noVerify" : true ,
73
75
"push" : true ,
76
+ "skipProjectChangelog" : true ,
74
77
"postTargets" : [
75
78
" create-qwik-nx:publish" ,
76
79
" create-qwik-nx:push-to-github"
Original file line number Diff line number Diff line change 63
63
},
64
64
"version" : {
65
65
"executor" : " @jscutlery/semver:version" ,
66
- "options" : {}
66
+ "options" : {
67
+ "skipProjectChangelog" : true
68
+ }
67
69
},
68
70
"version-publish" : {
69
71
"executor" : " @jscutlery/semver:version" ,
70
72
"options" : {
71
73
"noVerify" : true ,
72
74
"push" : true ,
75
+ "skipProjectChangelog" : true ,
73
76
"postTargets" : [" qwik-nx:publish" , " qwik-nx:push-to-github" ]
74
77
}
75
78
},
You can’t perform that action at this time.
0 commit comments