We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45edaeb commit e80aeaeCopy full SHA for e80aeae
1 file changed
README.md
@@ -220,7 +220,9 @@ Start a web server at the root of this repo and open `demo/demo.html` to test re
220
221
## Creating a new release
222
223
-* find and replace the version number in README and in package.json
+* find and replace the version number package.json and commit
224
* create a new git tag: `git tag v0.0.x`
225
* push tag `git push --tags`
226
* 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