Compare commits

..

2 Commits

Author SHA1 Message Date
Daniel Patterson 1d435266aa Fix typo. 2019-02-02 22:25:05 -08:00
Daniel Patterson 9b414a17e8 Build tags with semver metadata. 2019-02-02 22:19:15 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ branches:
only:
- master
# enable building tags
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
- /^v\d+\.\d+(\.\d+)?(\+[^-]+)?(-\S*)?$/
cache:
npm: true
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.22.0+customsnapping.1"
"version": "5.22.0+customsnapping.3",
"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": {