csernazs / pytest-httpserver

Http server for pytest to test http clients
MIT License
219 stars 29 forks source link

RFE: please start making github releases #262

Closed kloczek closed 2 months 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/csernazs/pytest-httpserver/releases entries? 🤔

I'm asking because only on make gh release is spread notification about new release to those who have set watch->releases.

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

csernazs commented 1 year ago

Hi @kloczek,

I think creating releases sounds reasonable and doable, altough the sdist is also available in pypi.

This is not 100% clear for me:

I'm asking because only on make gh release is spread notification about new release to those who have set watch->releases.

Could you please clarify this a bit?

csernazs commented 1 year ago

Also, I see you opened quite a bunch of tickets on github for other projects with the same request. What is the purpose behind this?

kloczek commented 1 year ago

Could you please clarify this a bit?

Create GH release spreads notifications to those which have set in your repo watch->release. You don't need to put anything in release message (most of the maintainer makes GH releases with empty content).

kloczek commented 1 year ago

Also, I see you opened quite a bunch of tickets on github for other projects with the same request. What is the purpose behind this?

I have automation which processes GH release email notifications. This automation tries to upgrade rpm packages in distro on which I;m working. In other words spreading such notifications allow save huge amount of time which not so long time ago was done manually. (in distribution now is 4.6k source packages)