zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.65k stars 637 forks source link

RFE: is it possible to restart making github releases?πŸ€” #1906

Closed kloczek closed 6 months ago

kloczek commented 10 months ago

On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or additional assets like release tar balls (by default it contains only assets from git tag) however all those part are not obligatory. In simplest variant gh release can be empty because subiekt of the sent email contains git tag name.

I'm asking because my automation process uses those email notifications by trying to make preliminary automated upgrades of building packages, which allows saving some time on maintaining packaging procedures. Probably other people may be interested to be instantly informed about release new version as well.

Documentation and examples of generate gh releases: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository https://cli.github.com/manual/gh_release_upload/ https://github.com/jbms/sphinx-immaterial/pull/282 https://github.com/marketplace/actions/github-release https://pgjones.dev/blog/trusted-plublishing-2023/ https://github.com/jbms/sphinx-immaterial/issues/281#issuecomment-1700933026 tox target to publish on pypi and make gh release https://github.com/jaraco/skeleton/blob/928e9a86d61d3a660948bcba7689f90216cc8243/tox.ini#L42-L58

minrk commented 6 months ago

If I did this, I'd go with the empty version, because I don't want to duplicate release notes or assets already elsewhere, which is all already automated to the right places. Everything about the github release would be redundant other than the email notification, I guess. It wouldn't include assets or release notes, but might have a link to PyPI for assets and actual release notes.

kloczek commented 6 months ago

If I did this, I'd go with the empty version

Most of the github projects does the same and it is 100% enough to send notification about new version πŸ˜‹

kloczek commented 6 months ago

Thank you very much πŸ‘ πŸ˜„

minrk commented 6 months ago

didn't quite work, but I'm pretty sure it will next time.

minrk commented 6 months ago

this one was created by CI, so seems to work fine.

kloczek commented 6 months ago

yep .. just received notification πŸ‘