Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.21 KB

RELEASE.md

File metadata and controls

17 lines (14 loc) · 1.21 KB
  • Check out the repository and pull the latest updates on MASTER (origin or your fork should work)
  • Update the package version in package.json.
  • Update CHANGELOG.md - remember to update the links at the bottom of the document.
  • Run npm install
  • Commit with message :package: X.X.X (replacing with version)
  • Push commit to master
  • Run npm whoami, making sure you're logged in properly to NPM. If not, npm login.
  • If you have GitHub 2FA enabled (you should!), you may need to set an environmental variable with a GitHub personal access token (with "repo access" scope) (export GH_RELEASE_GITHUB_API_TOKEN="...")
  • Run npm run release (or on Windows, run scripts/release.sh from a bash-compatible terminal like Git Bash, Windows Subsystem for Linux, etc)

After that's all complete, you can do these later at your leisure: