Skip to content

Instantly share code, notes, and snippets.

View nsh87's full-sized avatar

Nikhil Haas nsh87

  • Bay Area, California
View GitHub Profile
@nsh87
nsh87 / pypi-release-checklist.md
Last active December 18, 2015 03:11 — forked from audreyfeldroy/pypi-release-checklist.md
My PyPI Release Checklist
  • Checkout dev branch
git checkout dev
  • Update HISTORY.rst
  • Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."