Skip to content

Commit 49cc20b

Browse files
authored
chore: fix semantic release (#270)
1 parent fb7bea7 commit 49cc20b

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

package-lock.json

Lines changed: 4 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,8 @@
136136
"publishConfig": {
137137
"access": "public"
138138
},
139-
"binname": "sanity-plugin"
139+
"binname": "sanity-plugin",
140+
"overrides": {
141+
"conventional-changelog-conventionalcommits": ">= 8.0.0"
142+
}
140143
}

tsconfig.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "./tsconfig.settings.json",
33
// Only use the src dir during build
4-
"include": ["./src"],
4+
"include": ["./src"]
55
}

0 commit comments

Comments
 (0)