JuliaRegistries / TagBot

Creates tags, releases, and changelogs for your Julia packages when they're registered
https://github.com/marketplace/actions/julia-tagbot
MIT License
91 stars 18 forks source link

TagBot ignores the package if the UUID is uppercase #315

Open abelsiqueira opened 2 months ago

abelsiqueira commented 2 months ago

I recently renamed a package and had to change the UUID. I used uuidgen, which gave me a UUID with uppercase characters. This registered fine, but the registry converts the UUID to lowercase - as I noticed later. This caused TagBot to ignore the package and return "This package is not registered, skipping" (https://github.com/abelsiqueira/BestieTemplate.jl/issues/294).

I already fixed my issue so this is not urgent for me and probably super rare, so I thought about not opening an issue, but it was also not clear how to debug, so hopefully if people find this issue in the future, this will help them debug the problem.

If you want help fixing it, I can try to write a PR.