python-diskcache icon indicating copy to clipboard operation
python-diskcache copied to clipboard

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

Open kloczek opened this issue 2 years ago • 2 comments

So far https://github.com/grantjenks/python-diskcache/releases is empty.

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.

Description: 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/ https://github.com/jbms/sphinx-immaterial/issues/281#issuecomment-1700933026

kloczek avatar Sep 08 '23 21:09 kloczek

Is there no standard GitHub action?

Make a PR that changes release.yml and I’ll take a look.

grantjenks avatar Sep 08 '23 22:09 grantjenks

It is and it is mentioned in example https://pgjones.dev/blog/trusted-plublishing-2023/

kloczek avatar Sep 08 '23 23:09 kloczek