You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,3 +216,11 @@ Install developer dependencies with `npm install --dev` and install `gulp` with
216
216
* Run `gulp dist` generates the minified version.
217
217
218
218
Start a web server at the root of this repo and open `demo/demo.html` to test reporting errors from the local library with your API key and project ID.
219
+
220
+
221
+
## Creating a new release
222
+
223
+
* find and replace the version number in README and in package.json
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)
0 commit comments