casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
748 stars 56 forks source link

docs: Use latest git tag instead of pom version #289

Closed marcospereira closed 10 months ago

marcospereira commented 10 months ago

As commented here:

https://github.com/casid/jte/pull/288#issuecomment-1772720971

The current docs use the version defined in the parent pom.xml file, which shows a snapshot version when publishing from the main branch. This adds a MkDocs plugin to make it possible to use the latest tag instead.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (8a9b3b4) 91.22% compared to head (7c2d387) 91.22%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #289 +/- ## ========================================= Coverage 91.22% 91.22% Complexity 1193 1193 ========================================= Files 76 76 Lines 3121 3121 Branches 482 482 ========================================= Hits 2847 2847 Misses 167 167 Partials 107 107 ```

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

casid commented 10 months ago

Thanks for the fix!