You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yo-An Lin edited this page May 6, 2016
·
4 revisions
Since we are merging PRs from develop branch, to roll out a new release, we will need to create a rc branch for release candidate, the following steps is the process for merging new features:
git fetch origin
git checkout -b rc-1.18 origin/master
git merge origin/develop
git push origin rc-1.18 # push to github and see if the build fails on travis-ci
# test manually (bash, zsh, fish .. etc)
git merge origin/feature/* # other feature branches
# test manually (bash, zsh, fish .. etc)
git push origin rc-1.1.8
# check build status on travis-ci