Versions of the documentation with Documenter.jl

We made several new releases of our package VortexStepMethod.jl , but they do not appear in the menu of the documentation. See:

Since v0.1 we also released 1.0 and 1.0.1 and 1.1.

Any idea how to make new versions appear in this menu?

It works now after creating a new tag manually:

git tag -a v1.1.0+doc1 -m "v1.1.0"
git push --tag 

But should that be needed?

Can you double-check the SSH configuration of your TagBot? That might be the cause.
See https://modernjuliaworkflows.org/sharing/#versions_and_registration

5 Likes