Metadata-Version: 1.1
Name: cs.zestreleaser.changelog
Version: 0.2
Summary: Dump the last commit logs into the CHANGES file
Home-page: https://github.com/codesyntax/cs.zestreleaser.changelog
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: ==========================================
        Fill the changelog using VCS's log feature
        ==========================================
        
        
        Using the features available at zest.releser.lasttaglog this module
        fills the CHANGES file using the VCS's log command.
        
        Actual implementation only works with git. To add support to other VCSs you need to add new conditions to the `prettyfy_logs` method
        
        
        Changelog
        =========
        
        0.2 (2014-12-12)
        ----------------
        
        - Show all the commits made since the last tag to the user before asking anything.
        
        
        0.1 (2014-12-12)
        ----------------
        
        - Initial implementation: asks the user if he wants to add the last commits made since the last tag to the CHANGES file. This initial implementation works only with git.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
