JuliaDocs / Documenter.jl

A documentation generator for Julia.

Home Page:https://documenter.juliadocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Matching Versions for Subpackage Version Tags

cadojo opened this issue · comments

I have moved multiple packages to a monorepo. I've ported all of the package version tags to this new repo, and I've run the Documenter.jl deploy procedure. The dev versions are publishing fine, but I can't get CI to match versions for the sub-package tags. The following line in CI makes me think this is a bug: ┌ Warning: no match for versions entry "stable" => "HorizonsEphemeris-v^". There are several tags in the repo which match this result, including HorizonsEphemeris-v0.1.2.

I think this issue was caused by CI not running on those commits. I solved the issue by manually merging the old repositories' gh-pages branches into my new gh-pages branch (with MultiDocumenter.jl). Sorry for the false issue!