This file is a memo for the maintainer.
- Check Copyright years in the LICENSE file
- Check there will be no trash in the package (
npm pack
)
- 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
)
npm publish
- Make a release on Github
- Add changelog