JuliaRegistrator register past version

I was tagging versions but i did notice that attobot is not working. How I can use JuliaRegistrator to trigger existing githib tags/commits. For example,

https://github.com/madsjulia/Mads.jl/commit/b5b53b6deaef990738fc00fc5016267065c192e6

@JuliaRegistrator register

here fails because the repo did not have Project.toml back than.

How i can fix this without rewriting the git history?

You can’t. I would just leave the version hole like it is, its just a little bit weird to skip some versions, but does not really matter.

2 Likes

ok. i deleted the tags that did not go anywhere and submitted a new version.

can I specify the version in the command line instead of using version in Project.toml?

No, the entry in Project.toml specifies the version.

1 Like

Cool. Thank you very much!