Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 430 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 430 Bytes

trac-subtickets-plugin

A sub-ticket support plugin for trac

Release

  1. Comment out the following in setup.cfg and commit:

    [egg_info]
    tag_build = dev
    
  2. Tag the release:

    git tag <version>
    git push --tags
    
  3. Create the release and upload to PyPI:

    rm -rf dist
    python setup.py release
    twine upload dist/*