Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 856 Bytes

RELEASE.md

File metadata and controls

18 lines (16 loc) · 856 Bytes

Release steps

  • Update version constants (find them by running git grep [VERSION_NUMBER])
  • Create changelog entry (edit CHANGELOG.md with a one-liner for each closed issue going in the release)
  • Commit and push changes to master with the message: "Version Bump to v[VERSION_NUMBER]"
  • Make sure your upstream repo is set
git remote -v
upstream  [email protected]:softlayer/softlayer-python.git (fetch)
upstream  [email protected]:softlayer/softlayer-python.git (push)
  • Push tag and PyPi python fabfile.py 5.7.2. Before you do this, make sure you have the organization repository set up as upstream remote, also make sure that you have pip set up with your PyPi user credentials. The easiest way to do that is to create a file at ~/.pypirc with the following contents:
[server-login]
username:YOUR_USERNAME
password:YOUR_PASSWORD