Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 602 Bytes

RELEASING.md

File metadata and controls

16 lines (12 loc) · 602 Bytes

RELEASING

Prereqs

  • Make sure you have a pypi account
  • Setup your credentials for twine (the pypi upload tool)
  • Make sure you have a gpg key setup for use with git. git-scm.com guide for detail

Procedure

  • Update the version in src/globus_sdk/version.py
  • make prepare-release to update version and changelog
  • Add and commit with git commit -m 'Bump version and changelog for release'
  • make release to build, publish, and tag
  • Create a GitHub release with a copy of the changelog