You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Tree hash obtained from the commit message and subdirectory does not match the tree hash in the Versions.toml file. Possibly this indicates that an incorrect `subdir` parameter was passed during registration."
657
-
else
658
-
returntrue, ""
659
679
end
680
+
681
+
if!tag_success
682
+
returnfalse, "Tag information in .toml does not match information in repository"
683
+
end
684
+
685
+
returntrue
660
686
end
661
687
662
688
function _generate_pkg_add_command(pkg::String, version::VersionNumber)::String
0 commit comments