No description
Find a file
2016-10-10 11:38:28 -07:00
docs Cut 1.2.1 2016-07-25 17:35:07 -07:00
integration Update construct_releases() to yield its LineManager too 2016-10-10 11:10:13 -07:00
releases Make sure not to break Sphinx 1.3, bleh 2016-10-10 11:33:45 -07:00
tests Update construct_releases() to yield its LineManager too 2016-10-10 11:10:13 -07:00
.gitignore 1st stab at real Sphinx docs hurr 2013-11-11 07:45:41 -08:00
.travis.yml First stab at dual sphinx 1.3/1.4+ test matrix cells 2016-10-10 11:38:28 -07:00
dev-requirements.txt Tighter pin of deps 2016-05-08 14:22:18 -07:00
LICENSE Happy new year 2016-01-01 12:30:43 -08:00
MANIFEST.in Add MANIFEST.in for LICENSE, etc. Fixes #30 2014-09-04 18:37:44 -07:00
README.rst ==dev is no more 2016-09-15 10:59:58 -07:00
setup.cfg Just needed a little .cfg love re #51 2016-07-25 17:32:12 -07:00
setup.py Tidy up PyPI trove classifiers a bit, re #51 2016-07-25 17:29:01 -07:00
tasks.py Final pieces re #51, closes #51 2016-07-25 17:33:30 -07:00

.. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master
        :target: https://travis-ci.org/bitprophet/releases

What is Releases?
=================

Releases is a Python 2+3 compatible `Sphinx <http://sphinx-doc.org>`_ extension
designed to help you keep a source control friendly, merge friendly changelog
file & turn it into useful, human readable HTML output.

Specifically:

* The source format (kept in your Sphinx tree as ``changelog.rst``) is a
  stream-like timeline that plays well with source control & only requires one
  entry per change (even for changes that exist in multiple release lines).
* The output (when you have the extension installed and run your Sphinx build
  command) is a traditional looking changelog page with a section for every
  release; multi-release issues are copied automatically into each release.
* By default, feature and support issues are only displayed under feature
  releases, and bugs are only displayed under bugfix releases. This can be
  overridden on a per-issue basis.

Some background on why this tool was created can be found in `this blog post
<http://bitprophet.org/blog/2013/09/14/a-better-changelog/>`_.

For more documentation, please see http://releases.readthedocs.io.

.. note::
    You can install the development version via ``pip install -e
    git+https://github.com/bitprophet/releases/#egg=releases``.