Skip to content

Commit

Permalink
chore: master → main
Browse files Browse the repository at this point in the history
Ongoing release dance is a good oportunity to rename and see what breaks
in pre-existing release process.
  • Loading branch information
lidel committed Apr 14, 2021
1 parent dadaf04 commit 5f13d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@ jobs:
command: npm run build
- run:
command: E2E_IPFSD_TYPE=go npm run test:e2e
# - run: - TODO: uncomment after pinning services are coded in js-ipfs
# - run: - TODO: uncomment after pinning services are coded in js-ipfs
# command: E2E_IPFSD_TYPE=js npm run test:e2e
- run:
command: npm run bundlesize
Expand Down Expand Up @@ -47,7 47,7 @@ jobs:
echo "Website added to IPFS: https://ipfs.io/ipfs/$hash"
if [ "$CIRCLE_BRANCH" == "master" ] ; then
if [ "$CIRCLE_BRANCH" == "main" ] ; then
dnslink-dnsimple -d dev.$DOMAIN -r _dnslink -l /ipfs/$hash
fi
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 263,12 @@ You can read more on how we use Transifex and i18next in this app at [`docs/LOCA

1. Run `tx pull -a` to pull the latest translations from Transifex ([i18n#transifex-101)](https://github.com/ipfs-shipyard/i18n#transifex-101))
1. Bump the version in `package.json`
1. Commit changes
1. Commit changes and ensure everything is merged into `main` branch
1. Tag it: `git tag vN.N.N`
1. Push `master` and the `vN.N.N` tag to GitHub: `git push && git push origin vN.N.N`
1. Wait for master to [build on CI](https://circleci.com/gh/ipfs/ipfs-webui), and grab the CID produced from the tagged commit
1. Push `main` branch and the `vN.N.N` tag to GitHub: `git push && git push origin vN.N.N`
1. Wait for `main` to [build on CI](https://circleci.com/gh/ipfs/ipfs-webui), and grab the CID produced from the tagged commit
1. Add release notes to https://github.com/ipfs/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:
1. If release is good enough for LTS, update the CID at projects that use ipfs-webui by submitting PR against below lines:
- js-ipfs: https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-server/src/api/routes/webui.js#L8
- go-ipfs: https://github.com/ipfs/go-ipfs/blob/master/core/corehttp/webui.go#L4
- ipfs-desktop: https://github.com/ipfs/ipfs-desktop/blob/master/package.json#L18
Expand Down

0 comments on commit 5f13d34

Please sign in to comment.