No description
Find a file
Jeff Forcier 9816202416 Python 3 specific fix.
Turns out dict.keys is NOT atomic in Py3
2016-04-27 22:42:06 -07:00
docs Totally forgot to expand this last conceptual doc item. 2016-04-27 20:34:33 -07:00
integration Added support to have comments in the changelog file 2015-07-20 15:55:24 -04:00
releases Expand TODO 2016-04-27 22:22:26 -07:00
tests Python 3 specific fix. 2016-04-27 22:42:06 -07:00
.gitignore 1st stab at real Sphinx docs hurr 2013-11-11 07:45:41 -08:00
.travis.yml Oh hey more Python 3 releases are out now 2016-04-27 22:41:43 -07:00
dev-requirements.txt Build universal wheels when running inv release.upload 2015-11-05 13:43:41 -08: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 RTD moving to .io domain 2016-04-27 15:45:35 -07:00
setup.cfg flake8 2016-04-25 22:53:51 -07:00
setup.py Changelog + setup.py update for semantic_version dep add 2016-04-27 15:01:57 -07:00
tasks.py Use invocations' integration task, also add watch_tests 2016-04-26 11:36:52 -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
    <https://github.com/bitprophet/releases/tarball/master#egg=releases-dev>`_
    via ``pip install releases==dev``.