Skip to content

Commit 471af16

Browse files
authored
chore: fix publish CI (#3123)
1 parent 99aa3c8 commit 471af16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.releaserc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "https://json.schemastore.org/semantic-release.json",
33
"branches": ["maintenance/v1.x"],
44
"commitPaths": ["./src/"],
5+
"overrides": {
6+
"conventional-changelog-conventionalcommits": ">= 8.0.0"
7+
},
58
"repositoryUrl": "[email protected]:solana-labs/solana-web3.js.git",
69
"preset": "conventionalcommits",
710
"presetConfig": {

0 commit comments

Comments
 (0)