----------------------
Added
~~~~~
- 100% test coverage
- Added branching in .coveragerc
- Added py36 testing in travis
- Added firefox and devedition paths
- Added ``push-to-releases`` support
- Added ``RELEASE_EXCLUDE`` list of regexes to avoid copying to
``releases/``
- Added ``release_beetmover_task_schema.json`` for release schema
- Added ``redo`` dependency
- Added ``copy_beets``, ``list_bucket_objects``, functions
- Added ``requirements-{dep,prod}.txt`` for dephash dependency
tracking.
Changed
~~~~~~~
- ``TEMPLATE_KEY_PLATFORMS`` is now a standard dict, not a defaultdict
- scopes checking functions now append messages to raise on, rather
than raising for each message.
Fixed
~~~~~
- Removed hardcoded ``tc_nightly`` from balrog manifest; only it adds
it on nightly actions. On release actions, it adds ``tc_release``.
- ``setup_logging`` now uses ``logging.INFO`` if not ``verbose``. It
also reduces ``botocore``, ``boto3``, and ``chardet`` logging to
``logging.INFO``.
Removed
~~~~~~~
- Removed mozilla-aurora from ``RELEASE_BRANCHES``
- Removed ``push-to-staging`` action