Metadata-Version: 1.1
Name: cc-sphinx-changelog
Version: 0.5.0
Summary: Automatically generates a releases-style changelog based on conventional commit messages.
Home-page: https://github.com/pgierz/cc_sphinx_changelog
Author: Paul Gierz
Author-email: pgierz@awi.de
License: GNU General Public License v3
Description: ====================================
        Conventional Commit Sphinx Changelog
        ====================================
        
        
        .. image:: https://img.shields.io/pypi/v/cc_sphinx_changelog.svg
                :target: https://pypi.python.org/pypi/cc_sphinx_changelog
        
        .. image:: https://img.shields.io/travis/pgierz/cc_sphinx_changelog.svg
                :target: https://travis-ci.org/pgierz/cc_sphinx_changelog
        
        .. image:: https://readthedocs.org/projects/cc-sphinx-changelog/badge/?version=latest
                :target: https://cc-sphinx-changelog.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Automatically generates a releases-style changelog based on conventional commit messages.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://cc-sphinx-changelog.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        ## v0.5.0 (2020-12-25)
        
        ### Feat
        
        - adds color output and formats to stdout nicely
        
        ### Refactor
        
        - puts everything into functions
        
        ## v0.4.1 (2020-12-24)
        
        ### Fix
        
        - better implementation of getting commit messages
        
        ## v0.4.0 (2020-12-24)
        
        ### Feat
        
        - parses log and prints rST style release version summaries
        
        ## v0.3.0 (2020-12-24)
        
        ### Feat
        
        - automatic bump version on push
        
        ## v0.2.0 (2020-12-24)
        
        ### Fix
        
        - **tags**: adds v prefix to tags
        
        ## 0.1.1 (2020-12-24)
        
        ### Fix
        
        - **cz**: fixup conventional commit bumping
        
        ## 0.1.0 (2020-12-24)
        
        ### Feat
        
        - initial commit
        
Keywords: cc_sphinx_changelog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
