Added first iteration/poc of changelog task
Showing
... | @@ -73,6 +73,7 @@ | ... | @@ -73,6 +73,7 @@ |
"html-webpack-plugin": "^3.2.0", | "html-webpack-plugin": "^3.2.0", | ||
"husky": "^1.3.1", | "husky": "^1.3.1", | ||
"inquirer": "^6.2.2", | "inquirer": "^6.2.2", | ||
"issue-regex": "^3.0.0", | |||
"jest": "^23.6.0", | "jest": "^23.6.0", | ||
"jest-date-mock": "^1.0.6", | "jest-date-mock": "^1.0.6", | ||
"lint-staged": "^8.1.3", | "lint-staged": "^8.1.3", | ||
... | @@ -140,7 +141,8 @@ | ... | @@ -140,7 +141,8 @@ |
"gui:releasePrepare": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:release", | "gui:releasePrepare": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:release", | ||
"gui:publish": "cd packages/grafana-ui/dist && npm publish --access public", | "gui:publish": "cd packages/grafana-ui/dist && npm publish --access public", | ||
"gui:release": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:release -p", | "gui:release": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:release -p", | ||
"cli:help": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts --help" | "cli:help": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts --help", | ||
"cli:changelog": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts core:changelog" | |||
}, | }, | ||
"husky": { | "husky": { | ||
"hooks": { | "hooks": { | ||
... | ... |
scripts/cli/tasks/changelog.ts
0 → 100644
Please
register
or
sign in
to comment