Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: is it possible to start making github releases?馃 #222

Open
kloczek opened this issue Nov 13, 2023 · 3 comments
Open

RFE: is it possible to start making github releases?馃 #222

kloczek opened this issue Nov 13, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@kloczek
Copy link

kloczek commented Nov 13, 2023

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/
jbms/sphinx-immaterial#282
https://github.com/marketplace/actions/github-release
https://pgjones.dev/blog/trusted-plublishing-2023/
jbms/sphinx-immaterial#281 (comment)
tox target to publish on pypi and make gh release https://github.com/jaraco/skeleton/blob/928e9a86d61d3a660948bcba7689f90216cc8243/tox.ini#L42-L58

@icemac icemac transferred this issue from zopefoundation/transaction Nov 14, 2023
@icemac
Copy link
Member

icemac commented Nov 14, 2023

Moved to meta, the example in jbms/sphinx-immaterial#282 could be added here, so we get it for all repos.

@icemac icemac added the enhancement New feature or request label Nov 14, 2023
@mauritsvanrees
Copy link
Member

There is some progress on this in plone/meta#187.

Current blocker: I always let zest.releaser add [ci skip] to the commit messages, so also the message of the commit that the tag would point to, and this stops any GitHub action from running.

@kloczek
Copy link
Author

kloczek commented Nov 21, 2023

Thank you 馃憤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants