Make as prerelease, not with metadata.
This commit is contained in:
parent
2d159563a0
commit
3b2377a42d
@ -14,7 +14,7 @@ branches:
|
||||
only:
|
||||
- master
|
||||
# enable building tags
|
||||
- /^v\d+\.\d+(\.\d+)?(\+[^-]+)?(-\S*)?$/
|
||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
|
||||
cache:
|
||||
npm: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "osrm",
|
||||
"version": "5.22.0+customsnapping.5",
|
||||
"version": "5.22.0-customsnapping.1",
|
||||
"private": false,
|
||||
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user