mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
58e43bb2ae
* chore: get rid of lerna and install changesets * chore: dont ignore demos in changesets * chore: add deprecation notice for global CHANGELOG.md * chore: remove commitlint from husky * update package-lock * join pre track for develop * add new publish workflow with changesets * update CONTRIBUTING guidelines * fix typo in CONTRIBUTING * update PR template * rename release script to publish * added pre actions * use singular workflow for publishing
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [
|
|
["@tiptap/*"]
|
|
],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|