File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 33
33
"lintFilePatterns" : [" packages/qwik-image/**/*.{ts,tsx,js,jsx}" ]
34
34
}
35
35
},
36
+ "version-publish" : {
37
+ "executor" : " @jscutlery/semver:version" ,
38
+ "options" : {
39
+ "noVerify" : true ,
40
+ "push" : true ,
41
+ "releaseAs" : " patch" ,
42
+ "postTargets" : [" qwik-image:publish" , " qwik-image:push-to-github" ]
43
+ }
44
+ },
45
+ "version-publish-minor" : {
46
+ "executor" : " @jscutlery/semver:version" ,
47
+ "options" : {
48
+ "noVerify" : true ,
49
+ "push" : true ,
50
+ "releaseAs" : " minor" ,
51
+ "postTargets" : [" qwik-image:publish" , " qwik-image:push-to-github" ]
52
+ }
53
+ },
36
54
"publish" : {
37
55
"executor" : " ngx-deploy-npm:deploy" ,
38
56
"options" : {
45
63
"tag" : " ${tag}" ,
46
64
"notes" : " ${notes}"
47
65
}
48
- },
49
- "version-publish" : {
50
- "executor" : " @jscutlery/semver:version" ,
51
- "options" : {
52
- "noVerify" : true ,
53
- "push" : true ,
54
- "releaseAs" : " patch" ,
55
- "postTargets" : [" qwik-image:publish" , " qwik-image:push-to-github" ]
56
- }
57
66
}
58
67
},
59
68
"tags" : []
You can’t perform that action at this time.
0 commit comments