-
Notifications
You must be signed in to change notification settings - Fork 14
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
Configure JuliaTeam Registrator bot #850
Comments
In Leuven we agreed this is a good idea. Here's the way forward:
|
@abelsiqueira I'm thinking of picking up this issue. And then seeing from the community what we need to change before it's accepted? |
You probably also want to setup TagBot.yml which will automatically create the Release on GitHub after the registration is merged, and also setup a Also, for the process, you don't need to create the comment on the issue. On Tulipa, we create the comment on the commit accessed from the main branch. |
All good ideas. But for getting SpineOpt in the true Julia Registry, is it as easy as above? |
Almost.
We can only be sure that all is fine after the PR is created and the bot checks it, but to update the registration after fixing issues, you just have to trigger the bot again. |
Blocked by spine-tools/SpineInterface.jl#117 |
We need to update Project.toml to specify the upper bound compat for JuMP and Julia. I could just put the latest version, but that might break something. |
The |
First try: |
@tarskul When the PR above is merged, can you try installing using: And see if they work with Toolbox? If so we can then update the install docs and ask Toolbox to use the JuliaReg instead of SpineReg. |
Is your feature request related to a problem? Please describe.
Several problems arise from the registry version not keeping up with the dev version.
Related: #452, #835
Describe the solution you'd like
This could be mitigated by using the Julia Registrator bot, which automatically updates the register once configured. That way we can register much more frequently, keeping the two versions in sync.
Additional context
eScience implemented this feature for TNO on another project. They're also working on Spine, so let's ask them.
The text was updated successfully, but these errors were encountered: