Skip to content

Creating a new NPM release

Yakov Khalinsky edited this page Jan 16, 2019 · 1 revision

Marking pull requests against a release milestone

Prior to bumping the package version a milestone with the name x.x.x release should be created and all pull request to be included since the last time the package was published to npm should be marked against this milestone.

After this is done, a pull request with a summary updated to the CHANGELOG.md and the package version should be bumped in another pull request.

Clone this wiki locally