This project was scaffolded with yarn create vite medley --template vanilla-ts
- Node v16 or later
- yarn
yarn install
yarn test
yarn test --reporter verbose
yarn test:watch
yarn version --no-git-tag-version --patch
yarn version --no-git-tag-version --minor
yarn version --no-git-tag-version --major
Then commit the changes
First, commit and tag the latest commit with the new bumped version, prefixed with "v". Then push all changes along with the tags:
git commit
git tag v<new-version>
git push origin --follow-tags