Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version in d.ts files on release #5702

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump version in d.ts files on release
  • Loading branch information
Alice Koreman committed Dec 20, 2024
commit 9119ed4792b3c84bc7928aae100b310314adfb02
2 changes: 2 additions & 0 deletions tool/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ node -e "
update('package.json');
update('build/package.json');
update('./src/config.js');
update('ace.d.ts');
update('./types/ace-modules.d.ts');
"

pause "versions updated to $VERSION_NUM. do you want to start build script? [y/n]"
Expand Down
Loading