abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
24 stars 6 forks source link

Use lowercase on UUID because of TagBot #295

Closed abelsiqueira closed 1 week ago

abelsiqueira commented 1 week ago

Julia registry has this package with the lowercase UUID. Since TagBot checks the UUID of the package against the registry, it doesn't find it.

Closes #294

Related issues

Closes #294

Checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b28ab73) to head (1b97d1c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #295 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 57 57 ========================================= Hits 57 57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.