Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit dde678a

Browse files
committed
Instructions on integration with js-ipfs
License: MIT Signed-off-by: Adam Uhlir <[email protected]>
1 parent de6527e commit dde678a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ write the rest of migration!
151151
The `node_modules` of the migration should be committed to the repo to ensure that the dependencies are resolved even in
152152
far future, when the package might be removed from registry.
153153

154+
#### Integration with js-ipfs
155+
156+
When new migration is created, the repo version in [`js-ipfs-repo`](https://github.com/ipfs/js-ipfs-repo) should be updated with the new version.
157+
After releasing the updated version of `js-ipfs-repo` this version should be propagated into `js-ipfs` together with
158+
updated version of this package.
159+
154160
#### Tests
155161

156162
If migration affects working of any of the following functionality, it has to provide tests for the following functions

0 commit comments

Comments
 (0)