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

Commit 1d52b9e

Browse files
committedOct 25, 2021
docs: releasing steps
clarify that we dont use aegir and publish entire root, not just `./dist` to save time the next person :^)
1 parent 1390c70 commit 1d52b9e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ $ npm install -g ipfs-interop
6767
$ IPFS_GO_EXEC=/path IPFS_JS_EXEC=/path IPFS_JS_MODULE=/path IPFS_JS_HTTP_MODULE=/path ipfs-interop
6868
```
6969

70+
## Releasing a new version
71+
72+
This repo does not use aegir for releases.
73+
Use `npm` directly and publish entire root (CI in go-ipfs requires it).
74+
75+
```
76+
npm version [major|minor|patch]
77+
npm publish
78+
npm push origin && npm push origin v[N.N.N]
79+
```
80+
7081
## Contribute
7182

7283
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/ipfs-interop/issues)!

0 commit comments

Comments
 (0)
This repository has been archived.