Commit Graph

8 Commits (06631795c0a7de0f7b45c8c5dabc796b4cd86bcc)

Author SHA1 Message Date
Anthony 6261427e66
Update translations from transifex (#4645)
* Update translations from transifex

* Drops our local-only fabric for invoke, extend common/tasks.py
* Adds some more commands to update doc translation pieces
* Fixes a context issue in application template
* Rebuild docs locale from scratch
* Drops docs/locale/en, it doesn't seem used
* Translations are already update on Transifex

* Add requirement for sphinx-intl
2018-09-27 09:51:01 -06:00
Anthony Johnson d8a9bc16fe
Release 2.3.6
Move to common release task
2018-04-05 22:25:45 -06:00
Anthony Johnson 30342e219e
Make invoke prepare since optional argument 2018-04-04 16:11:33 -06:00
Anthony Johnson f4e645dcd5
Release 2.3.4 2018-03-26 18:46:06 -06:00
Anthony Johnson 8fe2584180
Forgot to revert test branch name 2017-12-14 20:52:22 -07:00
Anthony f1087d3ca0
Update changelog more consistently (#3405)
* Get the last modified date from git, not local file as normally expected
* Make sure we're on master to run
* Don't do reset to master on release
2017-12-14 20:50:05 -07:00
Anthony Johnson c849321c72
Update prerelease invoke command to call with explicit path
Run gh-changelog with full path, in case env does not have node set up.
2017-12-14 12:27:42 -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