Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore the
-snapshot
suffix when comparing the Lucene version in th…
…e build and the docs. (#27927) Currently if the Lucene version is `X.Y.Z-snapshot-{gitrev}`, then we will expect the docs to have `X.Y.Z-snapshot` as a Lucene version. I would like to change it to `X.Y.Z` so that this doesn't need changing when we move from a snapshot to a final release.
- Loading branch information