releases/README.rst

31 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2013-11-11 07:45:41 -08:00
.. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master
:target: https://travis-ci.org/bitprophet/releases
2013-09-15 23:55:29 -07:00
2013-11-11 07:45:41 -08:00
What is Releases?
=================
2013-09-15 23:55:29 -07:00
Releases is a Python (2.7, 3.4+) compatible `Sphinx <http://sphinx-doc.org>`_
(1.3+) extension designed to help you keep a source control friendly, merge
friendly changelog file & turn it into useful, human readable HTML output.
2013-09-15 23:55:29 -07:00
Specifically:
2013-09-24 09:43:48 -07:00
* 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
2013-09-15 23:55:29 -07:00
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.
2013-09-20 10:38:40 -07:00
Some background on why this tool was created can be found in `this blog post
2013-09-20 12:33:33 -07:00
<http://bitprophet.org/blog/2013/09/14/a-better-changelog/>`_.
2013-09-20 10:38:40 -07:00
2016-04-27 15:45:35 -07:00
For more documentation, please see http://releases.readthedocs.io.
2013-09-15 23:55:29 -07:00
2013-11-11 07:45:41 -08:00
.. note::
2016-09-15 10:59:58 -07:00
You can install the development version via ``pip install -e
git+https://github.com/bitprophet/releases/#egg=releases``.