isomorphic-git 1.35.1 → 1.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/index.cjs +337 -148
- package/index.js +337 -148
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/models/index.cjs +4 -1
- package/models/index.js +4 -1
- package/models/index.umd.min.js +1 -1
- package/models/index.umd.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -248,6 +248,8 @@ npm install
|
|
|
248
248
|
npm test
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
+
The new relase happen automatically after every PR merge. We use [sematic release](https://github.com/semantic-release/semantic-release).
|
|
252
|
+
|
|
251
253
|
Check out the [`CONTRIBUTING`](./CONTRIBUTING.md) document for more instructions.
|
|
252
254
|
|
|
253
255
|
## Who is using isomorphic-git?
|