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
On July 16, 2020 4:43:23 PM UTC, Karl Nelson ***@***.***> wrote:
@marscher I had a chance to complete this during my groups morning
status meeting. (Thank goodness we now have a defined procedure)
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#790 (comment)
git checkout release
git checkout -b releases/{version}
git pull origin master
bumpversion release
git push
jpype.release
on azureIf successful, download the artifacts for publication.
git checkout release
git merge releases/<version>
git checkout master
git checkout -b cycle
git merge release
bumpversion patch
The text was updated successfully, but these errors were encountered: