mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #222 from nicolasnoble/pre1
Creating a 1.10.1-pre1 release flag, and enabling us to generate out of band releases.
This commit is contained in:
commit
cb6fe2e153
3
packages/grpc-native-core/build.yaml
Normal file
3
packages/grpc-native-core/build.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
settings:
|
||||
'#': Temporary override; remove when unnecessary
|
||||
node_version: 1.10.1-pre1
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grpc",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1-pre1",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
--- |
|
||||
{
|
||||
"name": "grpc",
|
||||
"version": "${settings.version}",
|
||||
"version": "${settings.get('node_version', settings.version)}",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
||||
@ -18,4 +18,4 @@ set -e
|
||||
|
||||
cd `dirname $0`/../..
|
||||
root=`pwd`
|
||||
./deps/grpc/tools/buildgen/generate_projects.sh --base=$root --templates `find templates -type f`
|
||||
./deps/grpc/tools/buildgen/generate_projects.sh $root/build.yaml --base=$root --templates `find templates -type f`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user