shaderc icon indicating copy to clipboard operation
shaderc copied to clipboard

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

Open kloczek opened this issue 6 months ago • 3 comments

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

kloczek avatar Feb 23 '24 11:02 kloczek

I agree with this, even though I come to this conclusion from another point of view - but also because when "official" releases are made, it helps ensure a certain quality (e. g. stable releases tend to work better than shifting git-based releases in general, that was my experience at the least). Perhaps something that seems reasonable, twice per year or perhaps even four times per year for stable releases.

rubyFeedback avatar Mar 15 '24 11:03 rubyFeedback

No, no .. this RFE is not about frequency of the releases but about make github releases on tagging code which adds entries to https://github.com/google/shaderc/releases (which is still empty here 😋 )

kloczek avatar Mar 15 '24 17:03 kloczek

On create that entry automatically is send email notification to those who have set Watch -> Custom -> Release.

kloczek avatar Mar 15 '24 17:03 kloczek