Skip to content

Commit a0cf91f

Browse files
committed
ci: skip projects changelog
1 parent 3455c40 commit a0cf91f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/create-qwik-nx/project.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,16 @@
6464
},
6565
"version": {
6666
"executor": "@jscutlery/semver:version",
67-
"options": {}
67+
"options": {
68+
"skipProjectChangelog": true
69+
}
6870
},
6971
"version-publish": {
7072
"executor": "@jscutlery/semver:version",
7173
"options": {
7274
"noVerify": true,
7375
"push": true,
76+
"skipProjectChangelog": true,
7477
"postTargets": [
7578
"create-qwik-nx:publish",
7679
"create-qwik-nx:push-to-github"

packages/qwik-nx/project.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,16 @@
6363
},
6464
"version": {
6565
"executor": "@jscutlery/semver:version",
66-
"options": {}
66+
"options": {
67+
"skipProjectChangelog": true
68+
}
6769
},
6870
"version-publish": {
6971
"executor": "@jscutlery/semver:version",
7072
"options": {
7173
"noVerify": true,
7274
"push": true,
75+
"skipProjectChangelog": true,
7376
"postTargets": ["qwik-nx:publish", "qwik-nx:push-to-github"]
7477
}
7578
},

0 commit comments

Comments
 (0)