From cb9949db812e9396cefb62f2aea85253ffd93029 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Tue, 10 Jul 2018 12:00:21 -0700 Subject: [PATCH] Fix `unstable` mention --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7b9fe8b3..ffcf87f20 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