Skip to content

Commit e9f67ca

Browse files
committed
add instruction to create a release
1 parent 59eb12e commit e9f67ca

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,11 @@ Install developer dependencies with `npm install --dev` and install `gulp` with
216216
* Run `gulp dist` generates the minified version.
217217

218218
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

Comments
 (0)