docs: remove stale release process

This commit is contained in:
Michael Vines 2018-09-30 00:02:09 -07:00
parent 70fb01ddd6
commit 2c3208090c
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
Releasing a new version of this module is accomplished by running:
```
$ npm version patch
$ git push origin --tags
```