Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: a0b0c37febd8752cdf1cb74fe80cd1e180056ba8 https://github.com/pytest-dev/pytest/commit/a0b0c37febd8752cdf1cb74fe80cd1e180056ba8 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-07-14 (Sat, 14 Jul 2018)
Changed paths: M HOWTORELEASE.rst A scripts/release.minor.rst A scripts/release.patch.rst A scripts/release.py R tasks/__init__.py R tasks/generate.py R tasks/release.minor.rst R tasks/release.patch.rst R tasks/requirements.txt M tox.ini Log Message: ----------- Revamp the release script: drop invoke and use tox directly Following the lead from tox, use a simple Python script instead of depending on ``invoke``. Other changes: * Some colors using ``colorama``. * Run ``pre-commit`` before the final commit to ensure everything is neatly formatted. * Drop generating local tag: legacy from the time we used ``devpi`` as staging area, currently we no longer use it, and we should push a tag from the last HEAD of the PR always to ensure it is correct. Commit: a821af6b1c9d3ecc7389ddab43bee9f1af2b94ef https://github.com/pytest-dev/pytest/commit/a821af6b1c9d3ecc7389ddab43bee9f1af2b94ef Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-07-15 (Sun, 15 Jul 2018) Changed paths: M HOWTORELEASE.rst A scripts/release.minor.rst A scripts/release.patch.rst A scripts/release.py R tasks/__init__.py R tasks/generate.py R tasks/release.minor.rst R tasks/release.patch.rst R tasks/requirements.txt M tox.ini Log Message: ----------- Merge pull request #3682 from nicoddemus/tox-release Revamp the release script: drop invoke and use tox directly Compare: https://github.com/pytest-dev/pytest/compare/0565a7a4e13b...a821af6b1c9d **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit