File: RELEASE.md

package info (click to toggle)
python-plac 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: python: 2,185; lisp: 57; makefile: 49; sh: 20
file content (8 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
How to make a new release
=========================

1. Update the changelog (CHANGES.md)
2. Update the version number in plac.py and doc/plac_core.rst
3. Make a tag on the repo (i.e. git tag v1.3.0), commit and push
4. Make a source tarball with `make dist` and upload to PyPI with
   `make upload`