tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Missing git version tags🤔 #215

Closed kloczek closed 1 year ago

kloczek commented 1 year ago

Looks laike there are no git version tags since 2.0.2.

Is it possible to add at least tag for latest 2.0.6? 🤔

pokopt commented 1 year ago

Hi Tomasz (@kloczek) , at first thanks for feedback and using testmon. I've added v2.0.6 tag for latest version. Would it be for you helpful to get every release tagged in the future?

kloczek commented 1 year ago

Yes it would help as my automation packaging pytest-testmon is using as input resource tar ball generated from git tag. Thank you very much 👍

Closing.