Metadata-Version: 2.1
Name: jiratag-commitizen
Version: 0.1.2
Summary: Python commitizen client tool
Home-page: https://github.com/cgutierrezpa/jiratag-commitizen
License: MIT
Keywords: commitizen,conventional,commits,git,jira
Author: Santiago Fraire
Author-email: santiwilly@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: colorama (>=0.4.1,<0.5.0)
Requires-Dist: decli (>=0.5.0,<0.6.0)
Requires-Dist: packaging (>=19.0,<20.0)
Requires-Dist: questionary (>=1.0,<2.0)
Requires-Dist: termcolor (>=1.1,<2.0)
Requires-Dist: tomlkit (>=0.5.3,<0.6.0)
Description-Content-Type: text/x-rst

====================
Jiratag Commitizen
====================

This a simple project forked from https://Woile.github.io/commitizen/
that simply adds a step in the default conventional-commit pipeline to
indicate the Jira Issue tag in order for the commit to include the link
to the issue so that is quickly accessed from the Bitbucket commit log.

-----------

**Documentation**: https://Woile.github.io/commitizen/

