doctrine-extensions / DoctrineExtensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
MIT License
4.03k stars 1.27k forks source link

Update the branch alias for dev-main #2815

Closed stof closed 3 months ago

stof commented 3 months ago

Having the main branch aliased to an older minor version causes issues. Aliasing it only for the major version makes the maintenance easier as it does not need to be updated for each minor release.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 78.79%. Comparing base (0632ab1) to head (6bf73f1). Report is 48 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2815 +/- ## ========================================== + Coverage 78.75% 78.79% +0.04% ========================================== Files 163 167 +4 Lines 8593 8629 +36 ========================================== + Hits 6767 6799 +32 - Misses 1826 1830 +4 ```

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

franmomu commented 3 months ago

thank @stof!