Closed jhunkeler closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.56%. Comparing base (
69a10bc
) to head (94de290
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves JP-3549
Closes #
This PR fixes the
__version__
returned bysetuptools_scm
to include the tag associated with the commit. RTD's default checkout behavior creates a shallow clone and removes tag objects from the local repo. This "unshallows" the clone and restores the object associations.See: https://docs.readthedocs.io/en/stable/build-customization.html#unshallow-git-clone
Checklist for PR authors (skip items if you don't have permissions or they are not applicable)
CHANGES.rst
within the relevant release section