Skip to content

Commit 7ffb9e4

Browse files
committed
feat: add minor version generation
1 parent 195cef5 commit 7ffb9e4

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

packages/qwik-image/project.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,24 @@
3333
"lintFilePatterns": ["packages/qwik-image/**/*.{ts,tsx,js,jsx}"]
3434
}
3535
},
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+
},
3654
"publish": {
3755
"executor": "ngx-deploy-npm:deploy",
3856
"options": {
@@ -45,15 +63,6 @@
4563
"tag": "${tag}",
4664
"notes": "${notes}"
4765
}
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-
}
5766
}
5867
},
5968
"tags": []

0 commit comments

Comments
 (0)