Skip to content

Commit e80aeae

Browse files
committed
update release insructions
1 parent 45edaeb commit e80aeae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ Start a web server at the root of this repo and open `demo/demo.html` to test re
220220

221221
## Creating a new release
222222

223-
* find and replace the version number in README and in package.json
223+
* find and replace the version number package.json and commit
224224
* create a new git tag: `git tag v0.0.x`
225225
* push tag `git push --tags`
226226
* Create a [GitHub Release](https://github.com/GoogleCloudPlatform/stackdriver-errors-js/releases)
227+
* update on npm: `npm publish`
228+
* update the README to use this new published version in setup instructions and commit

0 commit comments

Comments
 (0)