Skip to content

Commit 9662540

Browse files
antonisclaude
andauthored
chore(build): Rename version-bump.js to bump-version.js (#5883)
Aligns with the SDK standard naming convention for version bump scripts (`scripts/bump-version.*`). Ref: https://develop.sentry.dev/sdk/ Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9fdaef9 commit 9662540

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/craft-pre-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ yarn install
1717
# --yes - skip all confirmation prompts
1818
yarn lerna version --force-publish --exact --no-git-tag-version --no-push --include-merged-tags --yes "${NEW_VERSION}"
1919
yarn set-version-samples
20-
node scripts/version-bump.js
20+
node scripts/bump-version.js
2121
# Update SDK versions table with the new release
2222
bash scripts/update-sdk-versions-table.sh

0 commit comments

Comments
 (0)