Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion scripts/preversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ done
npm run lint
npm test
npm run test-cloud
npm run test-runnable-examples
npm --prefix docs run test:docs
9 changes: 0 additions & 9 deletions scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,4 @@ changes --commits --footer
# Tidy CHANGES.md after any manual hand-editing
prettier --write CHANGES.md

echo 'set new current/next release id in documentation'
node ./scripts/set-release-id-in-config-yml.cjs

echo 'update changelog'
./scripts/update-changelog-page.sh

# Add our updates
git add docs/changelog.md
git add docs/_config.yml
git add CHANGES.md