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

Commit

Permalink
docs: releasing steps
Browse files Browse the repository at this point in the history
clarify that we dont use aegir and publish entire root, not just
`./dist` to save time the next person :^)
  • Loading branch information
lidel committed Oct 25, 2021
1 parent 1390c70 commit 239cd64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ $ npm install -g ipfs-interop
$ IPFS_GO_EXEC=/path IPFS_JS_EXEC=/path IPFS_JS_MODULE=/path IPFS_JS_HTTP_MODULE=/path ipfs-interop
```

## Releasing a new version

This repo does not use aegir for releases.
Use `npm` directly and publish entire root (CI in go-ipfs requires it).

```
npm version [major|minor|path]
npm publish
npm push origin && npm push origin v[N.N.N]
```

## Contribute

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

0 comments on commit 239cd64

Please sign in to comment.