From 13eada405b42aeec0c572e1df8269c153a6b32f9 Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Thu, 1 Oct 2020 15:04:16 +0200 Subject: [PATCH 1/2] fix release process --- docs/RELEASE_PROCESS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/RELEASE_PROCESS.md b/docs/RELEASE_PROCESS.md index ff187fc0f..b1be6a8ec 100644 --- a/docs/RELEASE_PROCESS.md +++ b/docs/RELEASE_PROCESS.md @@ -59,3 +59,8 @@ 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 sellect the new version tag. +- Click on `Edit release` button +- Copy and paste the release related PRs from [CHANGELOG.md](../CHANGELOG.md) \ No newline at end of file From c0ab4320f3ccdf093561cd7bb6b33664085b0b0c Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Thu, 1 Oct 2020 15:08:39 +0200 Subject: [PATCH 2/2] fix minor typo --- docs/RELEASE_PROCESS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE_PROCESS.md b/docs/RELEASE_PROCESS.md index b1be6a8ec..ca02d278c 100644 --- a/docs/RELEASE_PROCESS.md +++ b/docs/RELEASE_PROCESS.md @@ -61,6 +61,7 @@ git push --tags - 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 sellect the new version tag. +- 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) \ No newline at end of file