trac-hacks / trac-subtickets-plugin

A sub-ticket support plugin for trac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sub-ticket support plugin for trac


Languages

Language:Python 87.2%Language:PLpgSQL 12.3%Language:CSS 0.4%