
Hi all, 495 is merged and I replaced the version on devpi. I think we can release it in the next few days. I already realize that there is much room for improvement how I go about this to make it easier and cleared, but I am learning as I go along hopefully. For the next release, I suggest going back to using dev versions (this will be automatic when setuptools_scm is merged) and always pushing one or two dev versions to pypi before an actual release. This makes it easy to decide in which CI chain I like to be adventurous and always use the tox dev versions by default by installing tox with `pip install --pre tox` instead of having to point it at a special dev index (that might change, if somebody else prepares a release from their dev index). I will integrate using the --pre versions of tox into our CI at work then, so that I don't even have to think about it anymore. My goal is to reduce the effort of making releases while still having a decent level of exposure of dev versions to real world applications in an as automatic as possible manner. If a handful of people activate that in their company CI configurations, travis.yml ... wherever, we might catch a few bugs before a release without having do too much manual coordination. Would that be ok? Cheers, Oliver On Tue, 28 Mar 2017 at 15:04 Oliver Bestwalter <oliver@bestwalter.de> wrote:
Hi all,
there is one more PR I want to land in 2.7.0 to make the new description feature safe and complete. See discussion here https://github.com/tox-dev/tox/pull/495
Cheers, Oliver
On Mon, 27 Mar 2017 at 23:12 Oliver Bestwalter <oliver@bestwalter.de> wrote:
Hi,
version with amended changelog is uploaded. I also added a way to refer to a pull request in the changelog now, as #450 did not have an issue associated: https://github.com/tox-dev/tox/commit/b65bd72533fabcf68d73c9e61c3236a0cd9bf8...
Cheers, Oliver
On Mon, 27 Mar 2017 at 22:53 Oliver Bestwalter <oliver@bestwalter.de> wrote:
Hi Florian,
On Mon, 27 Mar 2017 at 22:47 Florian Schulze <fschulze@fastmail.fm> wrote:
#450 isn't in the changelog of the link you sent.
oh right did not add that to the changelog yet. Will do that right away.
Where is the magic for the issue linking? I'd like to add it to devpi.
linking code is here: https://github.com/tox-dev/tox/commit/98b6a9c12cd00b8e7b8d71a6ad4bd7c91df426...
Cheers, Oliver