Skip to content

Commit

Permalink
Merge pull request grpc#222 from nicolasnoble/pre1
Browse files Browse the repository at this point in the history
Creating a 1.10.1-pre1 release flag, and enabling us to generate out of band releases.
  • Loading branch information
nicolasnoble authored Mar 14, 2018
2 parents dccc8b6 + adf8bf5 commit cb6fe2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/grpc-native-core/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
settings:
'#': Temporary override; remove when unnecessary
node_version: 1.10.1-pre1
2 changes: 1 addition & 1 deletion packages/grpc-native-core/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-native-core/templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit cb6fe2e

Please sign in to comment.