worlddynamics / Vensim2MTK.jl

A Julia package to import Vensim .xmile files as ModelingToolkit.jl models.
MIT License
2 stars 1 forks source link

Register package #27

Closed natema closed 1 year ago

natema commented 1 year ago

I tagged the registrator bot here: https://github.com/worlddynamics/Vensim2MTK.jl/commit/071e0c9601123fcf3dcc83f675724d9c5306dd37#commitcomment-122178500

natema commented 1 year ago

I forgot to make the repo public. Doing it now.

natema commented 1 year ago

Succeeded: https://github.com/worlddynamics/Vensim2MTK.jl/commit/eb081a72cb065d5645c009f93e51531faf70af3d#commitcomment-122179188 .

natema commented 1 year ago

We are missing the [compat] entries: https://github.com/JuliaRegistries/General/pull/87862#issuecomment-1643673778 .

natema commented 1 year ago

I'm taking care of this.

natema commented 1 year ago

I fixed the missing [compat] and now Registrator is trying again: https://github.com/JuliaRegistries/General/pull/87862

natema commented 1 year ago

Everything seems fine, let's wait and see.

natema commented 1 year ago

The Registrator says

Your new package pull request met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed.

meyde commented 1 year ago

great!

natema commented 1 year ago

There is some problem, which I don't understand: #31 . I'll try creating a tag for the first version manually.

natema commented 1 year ago

It seems that in a couple of hours TagBot will look again for the tag of the release (which know exists).

natema commented 1 year ago

I tested on a couple of machines and one can already correctly install the package by issuing add Vensim2MTK in package mode from the REPL.

meyde commented 1 year ago

that's a good news, right? is the tagbot issue fixed then?

natema commented 1 year ago

Kind of. The tagbot stopped complaining, but we are missing the "release" in the repo (cfr. with other repos). Apparently it didn't get created automatically.

meyde commented 1 year ago

so should we create it manually? how would that be done?

natema commented 1 year ago

I think we should; we should look for how to do it.

natema commented 1 year ago

I did it. In the end one just need to press a couple of buttons. We can close this.

OT: Feel free to create a PR from dev to main when the branch is ready to be merged.