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

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

Open kloczek opened this issue 2 years ago • 2 comments

Is it possible next time on release new version make the github release to have entry on https://github.com/rbarrois/python-semanticversion/releases? 🤔

I'm asking because only on make gh release is spread notification about new release to those who have set watch->releases. My automation process those notification trying make preliminary automated upgrade of building packages which allow save some time on maintaining packaging procedures.

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 https://pgjones.dev/blog/trusted-plublishing-2023/

kloczek avatar Aug 31 '23 02:08 kloczek

Releases are marked as tags, available on https://github.com/rbarrois/python-semanticversion/tags. There is no current plan to publish releases on Github — they are available on PyPI.

For which downstream environment are you packaging this library?

rbarrois avatar Sep 06 '23 08:09 rbarrois

There is no current plan to publish releases on Github — they are available on PyPI.

Looks like small misunderstanding. This RFE is not about publishing any resources on github. GH release is only about spreading EMAIL NOTYFICATIONS about new release to those who have set watch->releases. Please have look https://github.com/jbms/sphinx-immaterial/issues/281#issuecomment-1700933026

For which downstream environment are you packaging this library?

What you mean? 🤔 As I wrote "My automation process those notification trying make preliminary automated upgrade of building packages which allow save some time on maintaining packaging procedures." I'm working on Linux/Solaris distribution.

kloczek avatar Sep 06 '23 10:09 kloczek