Skip to content

Instantly share code, notes, and snippets.

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