Skip to content

Commit 381b1aa

Browse files
committed
fix: remove broken postbump script from .versionrc.json
The postbump referenced sync-native-versions.js which does not exist (only .ts exists). The npm version lifecycle in package.json already handles native version syncing correctly via node-ts.js, making this entry both redundant and broken. Closes #823
1 parent d5a187b commit 381b1aa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.versionrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
{ "type": "release", "hidden": true }
1515
],
1616
"releaseCommitMessageFormat": "release: v{{currentTag}}",
17-
"tagPrefix": "v",
18-
"scripts": {
19-
"postbump": "node scripts/sync-native-versions.js"
20-
}
17+
"tagPrefix": "v"
2118
}

0 commit comments

Comments
 (0)