You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm manually creating and publishing releases. This has two downsides:
Releasing involves quite a few steps. Doing them manually opens up the window for mistakes.
All the knowledge on how to release currently is in my head and not documented anywhere else. If I'm unable to do a release for some reason, others will have a hard time replicating my process.
To overcome this, I propose two things:
Automate as much as possible through GitHub Actions.
Write up the release process in the documentation so everyone with the right permissions can do it.
The text was updated successfully, but these errors were encountered:
A build workflow has already been created for both ragna & ragna-base in #405 which can further be extended to publish the built wheels plus the same can be documented as well.
Currently, I'm manually creating and publishing releases. This has two downsides:
To overcome this, I propose two things:
The text was updated successfully, but these errors were encountered: