Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Updates #3900

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/release.yml

This file was deleted.

730 changes: 0 additions & 730 deletions CHANGELOG.md

This file was deleted.

3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages": [
"packages/*"
],
"independent": true,
"useWorkspaces": true,
"command": {
"publish": {
Expand All @@ -10,5 +11,5 @@
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "2.0.0-rc.0"
"version": "independent"
}
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@
"lint:staged": "lint-staged",
"test:open": "npm run build:pm && cypress open --project tests",
"test": "npm run build:pm && cypress run --project tests",
"build": "lerna run build",
"build": "lerna run build --since",
"build:pm": "npm --prefix ./packages/pm run build",
"build:demos": "npm --prefix ./demos run build:demos",
"build:ci": "npm run build",
"release:major": "lerna version major --force-publish",
"release:major:pre": "lerna version premajor --force-publish",
"release:minor": "lerna version minor --force-publish",
"release:minor:pre": "lerna version preminor --force-publish",
"release:patch": "lerna version patch --force-publish",
"release:patch:pre": "lerna version prepatch --force-publish",
"release:pre": "lerna version prerelease --force-publish",
"publish": "npm run build && lerna exec --since --no-private -- npm publish --tag current --access public",
"publish:pre": "npm run build && lerna exec --since --no-private -- npm publish --tag next --access public",
"release:major": "lerna publish major --force-publish --dist-tag latest",
"release:major:pre": "lerna publish premajor --force-publish --dist-tag next",
"release:minor": "lerna publish minor --force-publish --dist-tag latest",
"release:minor:pre": "lerna publish preminor --force-publish --dist-tag next",
"release:patch": "lerna publish patch --force-publish --dist-tag latest",
"release:patch:pre": "lerna publish prepatch --force-publish --dist-tag next",
"release:pre": "lerna publish prerelease --force-publish --dist-tag next",
"pack": "npm run clean:packs && lerna exec -- npm pack",
"clean:packages": "rm -rf ./packages/*/dist && rm -rf ./packages/pm/*/dist",
"clean:packs": "rm -rf ./packages/*/*.tgz",
Expand Down Expand Up @@ -73,4 +71,4 @@
"webpack": "^5.68.0"
},
"name": "tiptap"
}
}
2,537 changes: 0 additions & 2,537 deletions packages/core/CHANGELOG.md

This file was deleted.

Loading