Log in to the server, open a command prompt, change directory to 
C:\jenkins\workspace\Royale_Release_Step_001a_If_Utils and run the following 
commands:

(Push the local changes to develop)
git push origin develop
(Get the commit id of the last change (The output is considered COMMIT_ID))
git log --format="%H" -n 1
(Switch to the release branch)
git checkout release/0.9.7
(Cherry-Pick the last change to develop to the release branch)
git cherry-pick {COMMIT_ID}
(Push the changes to the release branch)
git push origin release/0.9.7

You will need your Apache/Github username and 2FA token.

Reply via email to