No description
Find a file
2015-11-05 10:52:12 -08:00
docs Fix link to Fabric changelog 2015-03-23 09:21:30 -07:00
integration Added support to have comments in the changelog file 2015-07-20 15:55:24 -04:00
releases Clean up BulletListVisitor & nuke node from element as before 2015-11-05 10:52:12 -08:00
tests Added support to have comments in the changelog file 2015-07-20 15:55:24 -04:00
.gitignore 1st stab at real Sphinx docs hurr 2013-11-11 07:45:41 -08:00
.travis.yml Don't try building on 3.2, sphinx no longer supports it. Meh. 2014-09-04 19:04:50 -07:00
dev-requirements.txt Rely on spec 0.11.3 for pypy 2.4 fix 2015-01-02 16:28:37 -08:00
LICENSE Happy new year 2015-01-02 14:24:50 -08:00
MANIFEST.in Add MANIFEST.in for LICENSE, etc. Fixes #30 2014-09-04 18:37:44 -07:00
README.rst 1st stab at real Sphinx docs hurr 2013-11-11 07:45:41 -08:00
setup.py Put in internal version junk like in invoke/etc 2013-11-21 15:37:56 -08:00
tasks.py Added support to have comments in the changelog file 2015-07-20 15:55:24 -04: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 `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, including detailed installation and usage information,
please see http://releases.readthedocs.org.

.. note::
    You can install the `development version
    <https://github.com/bitprophet/releases/tarball/master#egg=releases-dev>`_
    via ``pip install releases==dev``.