# Upstream publishes 1.0.0 to the npm registry but never tagged that release:
# the newest tags in the repository are v1.0.0-rc.3 and v0.2.2.  A pattern that
# only accepts final release tags therefore finds nothing for the current
# version, and will start working again as soon as upstream tags a release.
Version: 5
Version-Schema: ignore
Mode: git

Source: https://github.com/benrbray/prosemirror-math
Matching-Pattern: refs/tags/v?(\d+\.\d+\.\d+)$
