Skip to content

Commit

Permalink
ci: moved to patch versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Feb 9, 2023
1 parent 323be83 commit f6ee520
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/daisy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/theme-daisy",
"version": "0.0.0",
"version": "0.1.0",
"description": "Qwik UI components library - daisy theme",
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/daisy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"executor": "@jscutlery/semver:version",
"options": {
"dryRun": true,
"preid": "alpha"
"releaseAs": "patch"
}
},
"version-publish": {
"executor": "@jscutlery/semver:version",
"options": {
"noVerify": true,
"push": true,
"releaseAs": "patch",
"postTargets": ["daisy:publish", "daisy:push-to-github"]
}
},
Expand Down
7 changes: 5 additions & 2 deletions packages/headless/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,21 @@
"executor": "@jscutlery/semver:version",
"options": {
"dryRun": true,
"preid": "alpha"
"releaseAs": "patch"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {}
"options": {
"releaseAs": "patch"
}
},
"version-publish": {
"executor": "@jscutlery/semver:version",
"options": {
"noVerify": true,
"push": true,
"releaseAs": "patch",
"postTargets": ["headless:publish", "headless:push-to-github"]
}
},
Expand Down

0 comments on commit f6ee520

Please # to comment.