- Modify the version in package.json to X.X.XX
- git commit -m "chore: release vX.X.XX"
- git tag -a vX.X.XX HEAD -m "release vX.X.XX"
- git push (make sure you setup your push to also push the tags) if not use git push --tags
- Update all deps with
yarn upgrade --latest
Last active
November 30, 2021 17:54
-
-
Save maggiben/c26bbc356a81fc2c20caf89fc0fd1009 to your computer and use it in GitHub Desktop.
Releasing YTKIT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment