File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
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" : {
68
- "skipProjectChangelog" : true
69
- }
67
+ "options" : {}
70
68
},
71
69
"version-publish" : {
72
70
"executor" : " @jscutlery/semver:version" ,
73
71
"options" : {
74
72
"noVerify" : true ,
75
73
"push" : true ,
76
- "skipProjectChangelog" : true ,
77
74
"postTargets" : [
78
75
" create-qwik-nx:publish" ,
79
76
" 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" : {
67
- "skipProjectChangelog" : true
68
- }
66
+ "options" : {}
69
67
},
70
68
"version-publish" : {
71
69
"executor" : " @jscutlery/semver:version" ,
72
70
"options" : {
73
71
"noVerify" : true ,
74
72
"push" : true ,
75
- "skipProjectChangelog" : true ,
76
73
"postTargets" : [" qwik-nx:publish" , " qwik-nx:push-to-github" ]
77
74
}
78
75
},
You can’t perform that action at this time.
0 commit comments