Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
susanxhuynh committed Jul 27, 2017
2 parents 65eecda + df597bf commit 8116ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ git fetch upstream --tags
# rebase custom-master:
git checkout custom-master
git rebase master
git push -f origin
# create release branch:
git checkout -b custom-branch-2.1.0 v2.1.0
Expand All @@ -74,6 +75,7 @@ git checkout -b custom-branch-2.1.0 v2.1.0
git cherry-pick upstream/master..origin/custom-master
git tag -a custom-2.1.0
git push origin custom-2.1.0
git push origin
```

Then run the [release build][1]
Expand Down

0 comments on commit 8116ff7

Please sign in to comment.