No description
Find a file
2013-11-21 14:23:07 -08:00
docs Update changelog re: recent changes. 2013-11-15 11:20:22 -08:00
releases Finally done?! 2013-11-21 14:23:07 -08:00
tests Finally done?! 2013-11-21 14:23:07 -08:00
.gitignore 1st stab at real Sphinx docs hurr 2013-11-11 07:45:41 -08:00
.travis.yml Travis.yml! 2013-11-15 14:29:42 -08:00
dev-requirements.txt Horrible 1st draft test shit 2013-11-12 14:11:52 -08:00
LICENSE Initial import of ported-from-Fabric code. 2013-09-15 20:55:52 -07:00
README.rst 1st stab at real Sphinx docs hurr 2013-11-11 07:45:41 -08:00
setup.py Version bump 2013-10-04 21:22:30 -07:00
tasks.py Start making it a real project 2013-11-06 17:24:47 -08: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``.