Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 728 Bytes

RELEASE.rst

File metadata and controls

34 lines (21 loc) · 728 Bytes

Things to do while releasing a new version

This file is a memo for the maintainer.

0. Checks

  • Check Copyright years in the COPYING file
  • Check Copyright years in the src/cursorlib.js file
  • Check there will be no trash in the package (npm pack)

1. Release

  • Build dist/*.js files: npx grunt
  • Update version number in package.json
  • Edit / update changelog in README.md
  • Commit / tag (git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags)

2. Publish NPM package

  • npm publish

3. Publish Github Release

  • Make a release on Github
  • Add changelog