Commit Graph

3 Commits (164800694a25d769234c6e7019c483f347fe9226)

Author SHA1 Message Date
Raju Jha 4b2832535f #3718: Added date to changelog (#3788)
* #3718: Added date to changelog

* modified for proper reST use
2018-03-29 10:23:58 -06:00
Anthony Johnson 8f2d59cdcd
Changelog for 2.3.0 2018-03-12 12:57:58 -06: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