-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: keep changsest & remove semantic
- Loading branch information
1 parent
419d6a7
commit 39868ab
Showing
5 changed files
with
531 additions
and
1,706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --", | ||
|
@@ -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": [ | ||
|
@@ -59,6 +61,11 @@ | |
2, | ||
"always", | ||
true | ||
], | ||
"body-max-line-length": [ | ||
0, | ||
"always", | ||
100 | ||
] | ||
} | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.