Skip to content
Snippets Groups Projects
Commit 1c4e7f9c authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

chore: change release process

parent e4ae6e90
No related branches found
No related tags found
No related merge requests found
{ {
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog", "changelog": "@changesets/cli/changelog",
"commit": false, "commit": true,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "public", "access": "public",
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"lint": "turbo run lint", "lint": "turbo run lint",
"prepare": "husky install", "prepare": "husky install",
"test": "turbo run test", "test": "turbo run test",
"publish-packages": "turbo run build lint test --filter=\"!docs\" && changeset version && changeset publish", "new-version": "turbo run build lint test --filter=\"!docs\" && changeset version",
"publish-snapshot": "turbo run build lint test --filter=\"!docs\" && changeset version --snapshot && changeset publish" "new-snapshot": "turbo run build lint test --filter=\"!docs\" && changeset version --snapshot"
}, },
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.27.1", "@changesets/cli": "^2.27.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment