-
-
Notifications
You must be signed in to change notification settings - Fork 3
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a GHA to create Github releases #187
Comments
We can re-use some code from |
Actually, creating a release is mostly a matter of doing a GitHub API call, and within a GHA one can use the So, we need a way to gather the information for the release and push the data, basically what |
Famous last words 🤦🏾 BUT, after a day long of banging my head against the world, behold the Frankenstein 👹 A GitHub Action that massages I spent an absurd amount of time trying:
One last caveat: if you are using Oh boy! what a ride 🎢 @ericof @mauritsvanrees how does that look like? 😅 it is worth pushing it here to The release workflow does not change at all: one still needs to create the release (with |
@gforcada Thanks for working on this! I tried the script locally. On my Mac But the |
Yes to all :)
💡 but can we actually tell |
GitHub has this concepet of creating releases out of tags, where one can also add a nice description with markdown etc.
It also serves as a marketing tool, as a mildly involved user can subscribe to a package to only to get notifications of new releases.
The text was updated successfully, but these errors were encountered: