-
-
Notifications
You must be signed in to change notification settings - Fork 32
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 official build scripts / workflow #578
Comments
I think the automation here should be quite straightforward and I think tagging on the main branch with tag containing the version is one way to go. Could you share all the details of the manual process so that it can be captured in the automation? Thanks. 🙂 |
Currently we have, for a regular release:
For a bugfix release:
|
So I guess steps 8-12 would be a quick win to be implemented as a workflow, taking a tag name as an input. |
As a maintainer of the server I would like to use a reproducible workflow to build releases, so that the build does not rely on my machine.
Acceptance criteria
ContinuousIntegrationBuild
The text was updated successfully, but these errors were encountered: