ESSS / pytest-regressions

Pytest plugin for regression testing: https://pytest-regressions.readthedocs.io
MIT License
185 stars 36 forks source link

RFE: is it possible to start making github releases?🤔 #139

Closed kloczek closed 1 year ago

kloczek commented 1 year ago

Is it possible next time on release new version make the github release to have entry on https://github.com/ESSS/pytest-regressions/releases? 🤔

I'm asking because only on make gh release is spread notification about new release to those who have set watch->releases. My automation process those notification trying make preliminary automated upgrade of building packages which allow save some time on maintaining packaging procedures.

More about gh releases is possible to find on https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository https://github.com/marketplace/actions/github-release https://pgjones.dev/blog/trusted-plublishing-2023/

nicoddemus commented 1 year ago

Thanks @kloczek, opened https://github.com/ESSS/pytest-regressions/pull/140 with an attempt to do that. 👍

kloczek commented 1 year ago

Thank you very much 👍 😄