From 92cbb48e15c6af45ffc0b860fb5e66b12923c0bc Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 24 Aug 2017 11:15:10 +0200 Subject: Specify tag and other values in the release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 966d29793..25d5c65c9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build": "run-p build:*:prod", "prepublishOnly": "run-p build:umd:prod build:commonjs:dev", "postpublish": "run-s release docs:json upload_docs_json", - "release": "publish-release --assets _bundles/index.js,_bundles/index.min.js", + "release": "publish-release --assets _bundles/index.js,_bundles/index.min.js --tag $(git describe --tags) --owner 0xProject --repo 0x.js", "upload_docs_json": "aws s3 cp docs/index.json s3://0xjs-docs-jsons/$(git describe --tags).json --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json", "lint": "tslint src/*.ts test/*.ts", "test": "run-s clean test:commonjs", -- cgit v1.2.3