Velocity UI
Loading…
Menu

Release Process

Versioning and publish steps aligned to a weekly cadence.

Steps

release.sh
npm run test
npm run build
git tag v1.2.0
git push origin --tags
npx semantic-release