Trello Release Notes

https://img.shields.io/pypi/v/trello_release_notes.svg https://img.shields.io/travis/mattkatz/trello_release_notes.svg Documentation Status

Take your weekly done cards and turn them into a bulleted list in another column, just like Alice Goldfuss does.

Features

  • custom formatting for card summaries
  • create comments on release cards with more detail so you can look at the archived cards
  • skip releases where you didn’t put anything in the done column

Installation

Stable release

To install Trello Release Notes, run this command in your terminal:

$ pip install trello_release_notes

This is the preferred method to install Trello Release Notes, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Trello Release Notes can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/mattkatz/trello_release_notes

Or download the tarball:

$ curl  -OL https://github.com/mattkatz/trello_release_notes/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. It was inspired by Alice Goldfuss taking the time to write about a little lifehack of hers.