Skip to content

Commit

Permalink
feat: keep changsest & remove semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdoro committed Jan 18, 2025
1 parent 419d6a7 commit 39868ab
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 1,706 deletions.
18 changes: 18 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "steven-tey/novel"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"novel-next-app"
]
}
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "novel",
"private": true,
"scripts": {
"changeset": "changeset",
"publish:packages": "changeset publish",
"version:packages": "turbo build && changeset version",
"build": "turbo build",
"dev": "turbo dev",
"format": "turbo format --continue --",
Expand All @@ -14,18 +17,17 @@
"typecheck": "turbo typecheck"
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"turbo": "^2.3.3"
},
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^9.1.7",
"postcss": "^8.5.1",
"semantic-release": "^24.2.1"
"postcss": "^8.5.1"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -59,6 +61,11 @@
2,
"always",
true
],
"body-max-line-length": [
0,
"always",
100
]
}
}
Expand Down
13 changes: 0 additions & 13 deletions packages/headless/.releaserc.json

This file was deleted.

5 changes: 2 additions & 3 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"typecheck": "tsc --noEmit",
"build": "tsup",
"lint": "biome lint ./src",
"format": "biome format ./src ",
"release": "semantic-release"
"format": "biome format ./src "
},
"sideEffects": false,
"peerDependencies": {
Expand Down Expand Up @@ -80,4 +79,4 @@
"nextjs",
"react"
]
}
}
Loading

0 comments on commit 39868ab

Please sign in to comment.