diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7b9fe8b..ffcf87f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,6 @@ Ethermint utilizes [semantic versioning](https://semver.org/). - [squash your commits](https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit) into an individual commit - run `make test` and `make test-cli` to ensure that all tests pass - merge pull request -- push master may request that pull requests be rebased on top of `unstable` ### Release Procedure: - start on `develop` @@ -104,4 +103,4 @@ Ethermint utilizes [semantic versioning](https://semver.org/). - push to hotfix-vX.X.X to run the extended integration tests on the CI - merge hotfix-vX.X.X to master - merge hotfix-vX.X.X to develop -- delete the hotfix-vX.X.X branch \ No newline at end of file +- delete the hotfix-vX.X.X branch