Skip to content

Commit 767983b

Browse files
committed
Bump version to 1.0.2, add contrib doc.
1 parent 4810d62 commit 767983b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ Run the following to upload the content of the given jsonfile to `schemas/[name]
115115
nypl-data-api schema post [name] [jsonfile]
116116
```
117117

118+
## Contributing
119+
120+
1. Cut feature branch from `master`
121+
2. After review, merge to `master`
122+
3. Bump version in `package.json` and `git tag -a v[version]`
123+
4. `npm publish`
124+
118125
## Testing
119126

120127
All tests work offline with `request` and `oauth` stubs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nypl/nypl-data-api-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simple client for interacting with NYPL's internal data api",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)