Skip to content

Commit

Permalink
Remove rinkeby deploy step from RELEASE_PROCESS, trim trailing whites…
Browse files Browse the repository at this point in the history
…pace
  • Loading branch information
David Hunt-Mateo committed May 17, 2021
1 parent f1f83bf commit 3fbcfb0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git add .
git commit -m 'prepare for a new release'
```

- Install bumpversion, if not done prior: `pip install bumpversion`
- Install bumpversion, if not done prior: `pip install bumpversion`
- Use the `bumpversion.sh` script to bump the project version:
- To bump the patch version: `./bumpversion.sh patch`
- To bump the minor version: `./bumpversion.sh minor`
Expand All @@ -28,11 +28,6 @@ git commit -m 'prepare for a new release'
```bash
# Update the version in package-lock.json
yarn

export MNEMONIC='YOUR MNEMONIC SHOULD BE HERE'
# If you are using remote test or main net using Infura
export INFURA_TOKEN='GET INFURA_TOKEN FROM INFURA PLATFORM'
yarn deploy:rinkeby
```

- Install [auto-changelog](https://github.com/CookPete/auto-changelog, if not done prior: `yarn global add auto-changelog`
Expand Down Expand Up @@ -62,4 +57,4 @@ Finally, draft the new release on github as follows:
- Go to [tags](https://github.com/oceanprotocol/ocean-contracts/tags), then select the new version tag.
- Click on `Edit release` button
- The naming convension for the release should be `Release vx.x.x`.
- Copy and paste the release related PRs from [CHANGELOG.md](../CHANGELOG.md)
- Copy and paste the release related PRs from [CHANGELOG.md](../CHANGELOG.md)

0 comments on commit 3fbcfb0

Please sign in to comment.