amoffat / sh

Python process launching
https://sh.readthedocs.io/en/latest/
MIT License
6.98k stars 506 forks source link

RFE: please start making github releases #697

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/amoffat/sh/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

amoffat commented 1 year ago

Good idea @kloczek, thank you for bringing it to my attention

kloczek commented 1 year ago

Thank you for understanding 👍 😄

ecederstrand commented 1 year ago

I created releases from all the 2.X tags now.

@amoffat if you have a checklist for releases, then you might want to add creating GitHub releases to that list. There's also possibility for automation: https://pgjones.dev/blog/trusted-plublishing-2023/

kloczek commented 1 year ago

Thank you 👍 😄

amoffat commented 1 year ago

Thanks @ecederstrand for doing that leg work.

Going to automate it for sure. I have done this somewhat recently so it should be a matter of copy pasting. I'll make a separate issue for this.

kloczek commented 1 year ago

This may be useful https://pgjones.dev/blog/trusted-plublishing-2023/