Skip to content

Commit

Permalink
We'll use release* eventually in CI so reflect that in checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jun 14, 2021
1 parent 6d3bd8c commit 0a2c243
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ These steps assume that you've checked out the Soketto repository and are in the

1. Ensure that everything you'd like to see released is on the `develop` branch.

2. Create a release branch off `develop`, for example `jsdw-release-v0.6.0`. You'll want to decide how
far the version needs to be bumped based on the changes to date. If unsure what to bump the version
to (eg is it a major, minor or patch release), check with the Parity Tools team.
2. Create a release branch off `develop`, for example `release-v0.6.0`. The branch name should start with `release`
in order that we can target commits with CI. You'll want to decide how far the version needs to be bumped
based on the changes to date. If unsure what to bump the version to (eg is it a major, minor or patch
release), check with the Parity Tools team.

2. Make sure that the tests pass.

Expand Down

0 comments on commit 0a2c243

Please sign in to comment.