Skip to content

Commit

Permalink
Merge pull request #230 from oceanprotocol/fix/release-process
Browse files Browse the repository at this point in the history
Fix/Release-Process
  • Loading branch information
0x3bfc authored Oct 1, 2020
2 parents bde6d25 + c0ab432 commit a416687
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ git push --tags
- Make a pull request from the just-pushed branch to develop branch.
- Wait for all the tests to pass!
- Merge the pull request into the `master` branch.

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)

0 comments on commit a416687

Please sign in to comment.