Perform a version release for Dump. Do ALL of the following steps:
Bump BUILD_VERSION in
src/lib/constants.tsto the next appropriate semver version.Update the changelog in
src/lib/changelog.ts:- Add a new entry at the TOP of the
changelogarray - Set the version to match the new BUILD_VERSION
- Set the date to today's date (YYYY-MM-DD)
- Write a
summarystring (max 3 sentences) highlighting the key user-facing features of this release - Include entries for all changes since the last version (check git log since the last version bump)
- Each entry needs
type: "feature" | "fix"and adescriptionstring
- Add a new entry at the TOP of the
Deploy Convex if any schema or mutation files changed:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /bin/sh ./node_modules/.bin/convex deploy --yes --cmd 'echo "skipped"'Type check to make sure nothing is broken:
/usr/local/bin/node ./node_modules/typescript/bin/tsc --noEmitCommit and push all changes to main with a message like "Release vX.Y.Z"