-
Notifications
You must be signed in to change notification settings - Fork 55
Release
Rob Kelly edited this page May 1, 2019
·
3 revisions
Core developers should follow this procedure when making a new release of pyGSTi:
-
Merge
beta
intomaster
.Merge the content of the release into
master
. There may be hotfixes or other small patches inmaster
which aren't inbeta
ordevelop
-- keep needed hotfixes, and remove unneeded ones. -
Make sure this version of
master
is what you want to release. -
Push
master
to the remote repository. -
Create a new tag with the incremented version number for the release.
-
Push the new tag to the remote repository.
-
Watch the CI build. Make sure it passes and deploys the new version to PyPI.