/trac-subtickets-plugin

A sub-ticket support plugin for trac

Primary LanguagePython

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/*