Merge pull request #6534 from beautytiger/dev-190930-clean

remove repeated line in checklist
pull/5374/head
Matthew Fisher 5 years ago committed by GitHub
commit 4998335241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,7 +128,6 @@ release:
git log --oneline
# cherry-pick the commits starting from the oldest one, without including merge commits
git cherry-pick -x <commit-id>
git cherry-pick -x <commit-id>
```
This new branch is going to be the base for the release, which we are going to

Loading…
Cancel
Save