Skip to content

Commit

Permalink
Add reminder to push tags to maintainer instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgq committed Jul 17, 2018
1 parent fab0f73 commit cae9078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -47,8 +47,9 @@ source or test files are edited.
### Maintainer guide

Before preparing a release, make sure there are no uncommitted changes.
Create a new commit to bump the version number in `package.json` and tag it
with `git tag vX.Y.Z`.

Create a new commit to bump the version number in `package.json`, tag it
with `git tag vX.Y.Z`, and publish the tag with `git push --tags`.

Run `npm run release` to prepare a new release.

Expand Down

0 comments on commit cae9078

Please sign in to comment.