Metadata-Version: 2.1
Name: braulio
Version: 0.2.0
Summary: A command line tool to handle changelogs using Git commit messages
Home-page: https://github.com/mbarakaja/braulio
Author: José María Domínguez Moreno
Author-email: miso.0b11@gmail.com
License: MIT license
Keywords: braulio
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click

=======
braulio
=======


.. image:: https://img.shields.io/pypi/v/braulio.svg
        :target: https://pypi.python.org/pypi/braulio

.. image:: https://img.shields.io/travis/mbarakaja/braulio.svg
        :target: https://travis-ci.org/mbarakaja/braulio

.. image:: https://readthedocs.org/projects/braulio/badge/?version=latest
        :target: https://braulio.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A command line tool to handle changelogs using Git commit messages


* Free software: MIT license
* Documentation: https://braulio.readthedocs.io.



History
=======

0.2.0 (2018-07-25)
------------------

Bug Fixes
~~~~~~~~~

* changelog - Fix release markup being inserted in the wrong place

Features
~~~~~~~~

* release

  - Show useful info while running release subcommand
  - Add support to custom change log file names
  - Support version string update on selected files
* init - Add interactive config and changelog files creation

0.1.0 (2018-07-13)
------------------

Features
~~~~~~~~

* release

  - Add --no-commit and --no-tag options
  - Add options for manual version bump



