Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update release steps #1662

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,8 @@ You can read more on how we use Transifex and i18next in this app at [`docs/LOCA
1. Wait for master to [build on CI](https://circleci.com/gh/ipfs-shipyard/ipfs-webui), and grab the CID produced from the tagged commit
1. Add release notes to https:/ipfs-shipyard/ipfs-webui/releases, use the tag and CID you created
1. Update the CID at projects that use ipfs-webui by submitting PR against below lines:
- js-ipfs: https:/ipfs/js-ipfs/blob/master/packages/ipfs/src/http/api/routes/webui.js#L8
- js-ipfs: https:/ipfs/js-ipfs/blob/master/packages/ipfs-http-server/src/api/routes/webui.js#L8
- go-ipfs: https:/ipfs/go-ipfs/blob/master/core/corehttp/webui.go#L4
- ipfs-companion: https:/ipfs-shipyard/ipfs-companion/blob/master/add-on/src/lib/precache.js#L15
- ipfs-desktop: https:/ipfs-shipyard/ipfs-desktop/blob/master/package.json#L18

## Contribute
Expand Down