Skip to content

Releasing node pty

Megan Rogge edited this page Feb 4, 2021 · 2 revisions

Releasing node-pty

  1. Within your node-pty folder run:
git pull
git clean -xfd
yarn && yarn watch
  1. Test the changes:
node ./examples/fork/index.js
  1. If everything works well:
git commit -m "release number"
git push
  1. Merge the PR

Verify the release worked

  1. In electron/package.json, update node-pty version number
  2. In examples/electron, run:
./npm_install.sh
npm start
npm test
  1. Test the functionality
  2. Close the prior milestone
Clone this wiki locally