elastic / elasticsearch-net-abstractions

Auxiliary tooling for elastic/elasticsearch-net that does not benefit from the rigorous version branching of that repository
Apache License 2.0
25 stars 14 forks source link

Handle alpha versions correctly #39

Closed stevejgordon closed 3 years ago

stevejgordon commented 3 years ago

The master branch of elasticsearch-net is failing to run integration tests due to an inability to locate the artefact for 8.0.0-alpha1. This PR ensures that any versions which include "-alpha" in their version string are treated in the same way as snapshot versions and located correctly.

stevejgordon commented 3 years ago

Now that the alpha is released properly, this is not an issue. I'll close this for now and we can reconsider it's usefulness in the future should such a situation re-occur.