Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Upgraded release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal committed Jan 24, 2019
1 parent 2b39e07 commit ae4987e
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 642 deletions.
9 changes: 7 additions & 2 deletions .release-it.json
Expand Up @@ -3,6 +3,11 @@
"release": true,
"assets": ["dist/*.zip"]
},
"buildCommand":
"npm run build; cd dist; zip -r influxdb-flux-datasource-${version}.zip *"
"npm": {
"publish": false
},
"scripts": {
"afterBump":
"npm run build; cd dist; zip -r influxdb-flux-datasource-${version}.zip *"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"lint-staged": "^7.2.0",
"ng-annotate-webpack-plugin": "^0.3.0",
"prettier": "1.10.2",
"release-it": "^8.0.0",
"release-it": "^10.0.3",
"replace-in-file-webpack-plugin": "^1.0.6",
"style-loader": "^0.21.0",
"ts-jest": "23.10.5",
Expand Down

0 comments on commit ae4987e

Please sign in to comment.