Commit Graph

11 Commits (cc18a75de89cae177ffcbbf2327412b205b382a5)

Author SHA1 Message Date
Anthony Johnson 0e1112f96e
Bug fix release 2.2.1 2018-02-23 11:15:02 -07:00
Anthony Johnson 5e46cbdc96
Release 2.2.0 2018-02-22 15:20:46 -07:00
Eric Holscher 4adb6f2a7c Update to 2.1.6 2018-01-25 14:02:48 -08:00
Eric Holscher 1af4441734 Bump to 2.1.5 2018-01-16 15:26:30 -08:00
Anthony Johnson 76c8a8e1f4
Release 2.1.4 2018-01-16 13:08:08 +07:00
Eric Holscher dd10112a99 Add Date 2017-12-21 11:18:47 -08:00
Eric Holscher 0dca2485e9 Update version 2017-12-21 11:17:12 -08:00
Anthony Johnson 564bca753b
Bugfix release 2.1.2 2017-12-14 20:57:14 -07:00
Eric Holscher 58db8888eb Deploy 2.1.1 2017-12-14 11:24:12 -08:00
Anthony Johnson c8a72f5b35
Release 2.1.0 2017-12-07 11:38:03 -07:00
Anthony 01717c03fa
Add changelog and changelog automation (#3364)
* Add changelog and changelog automation

First, update the version in our setup.cfg and changelog:

    invoke prepare <version>

Then, hand edit and commit, added any release notes, etc. Tag manually or:

    invoke release <version>

Finally, push up your changes.

This:

* Uses setup.cfg instead of setup.py
* Parses setup.cfg for version
* Updates setup.cfg on release prepare task
* Show our release version in our footer
* Uses invoke for task execution
* Uses a node library to hit GitHub and fetch the changelog
* Imports this into our existing changelog

* Fix style with autolint

* Lint fixes
2017-12-07 11:03:00 -07:00