Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honza/renodiff

Convert your git patch to a reno release note
https://github.com/honza/renodiff

Last synced: about 5 hours ago
JSON representation

Convert your git patch to a reno release note

Awesome Lists containing this project

README

        

===============================
renodiff
===============================

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

.. image:: https://img.shields.io/travis/honza/renodiff.svg
:target: https://travis-ci.org/honza/renodiff

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

.. image:: https://pyup.io/repos/github/honza/renodiff/shield.svg
:target: https://pyup.io/repos/github/honza/renodiff/
:alt: Updates

renodiff is a tool for converting a git commit diff to a `reno`_ release note.
It scans the commit message for Openstack-specific strings, like ``Closes-Bug``
or ``Implements``, finds the relevant bug numbers and links, and formats
everything for ingestion by reno. You should still expand the release note by
hand to provide more context but renodiff can remove a lot of the grunt work.

.. _reno: https://docs.openstack.org/developer/reno/

Installation
------------

::

pip install renodiff

Usage
-----

::

git show | renodiff

License
-------

GNU General Public License v3

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