highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.3k stars 3.52k forks source link

Cannot checkout 11.9.0 tag #4027

Closed aral closed 3 months ago

aral commented 3 months ago

Describe the issue/behavior that seems buggy


Update: The correct commit appears to be: 2a4acf4.


When you git pull from the repo, you do not get the 11.9.0 tag.

On Github, this is shown:

Screenshot of Github interface showing warning that commit does not belong to this repository

Can one of the contributors please fix the tag so folks can backport new commits in main to it, especially since main appears to have breaking changes in it (please see #4026).

Thanks! :)

joshgoebel commented 3 months ago

11.9.0 now points back into the history of main. Thanks for report!