diff --git a/RELEASELOG.md b/RELEASELOG.md new file mode 100644 index 0000000..d817a76 --- /dev/null +++ b/RELEASELOG.md @@ -0,0 +1,11 @@ +## Change Log + +### 0.0.0 (2018/09/06 13:17 +00:00) +- [#12](https://github.com/FurtunaDaniel/playground/pull/12) Get rid on Inject in constructor for momentjs (@FurtunaDaniel) +- [#11](https://github.com/FurtunaDaniel/playground/pull/11) Another fix... (@FurtunaDaniel) +- [#10](https://github.com/FurtunaDaniel/playground/pull/10) add travis wait (@FurtunaDaniel) +- [#8](https://github.com/FurtunaDaniel/playground/pull/8) update Travis for automatic deploy (@FurtunaDaniel) +- [#7](https://github.com/FurtunaDaniel/playground/pull/7) Add travis scripts for deploy (@FurtunaDaniel) +- [#1](https://github.com/FurtunaDaniel/playground/pull/1) [css_cards_fix] Small css fixes to test PR template (@FurtunaDaniel) +- [#4](https://github.com/FurtunaDaniel/playground/pull/4) Fix travis v2 (@FurtunaDaniel) +- [#2](https://github.com/FurtunaDaniel/playground/pull/2) Automatic deploy (@FurtunaDaniel) \ No newline at end of file diff --git a/package.json b/package.json index e5ad2bf..e03741f 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,16 @@ "test": "ng test --source-map=false", "lint": "ng lint", "e2e": "ng e2e", - "deploy": "ng build --prod && compodoc -p tsconfig.json -n \"Hr Assist Documentation\" && cp -r documentation/ dist", - "doc": "./node_modules/.bin/compodoc -p tsconfig.json -s --port 8081 --theme postmark -o ", + "deploy": + "ng build --prod && compodoc -p tsconfig.json -n \"Hr Assist Documentation\" && cp -r documentation/ dist", + "doc": + "./node_modules/.bin/compodoc -p tsconfig.json -s --port 8081 --theme postmark -o ", "checkNode": "check-node-version --package", - "fixLint": "ng lint hr-assist --fix" + "fixLint": "ng lint hr-assist --fix", + "generate-releaselog": + "github-changes -n ${npm_package_version} --only-pulls --use-commit-body --owner FurtunaDaniel --repository playground --token 0b92fd0470dc1b36835f1d2c632fa2492d36790c --file RELEASELOG.md", + "version": + "npm run generate-releaselog && gulp changelog && git add RELEASELOG.md CHANGELOG_AUTO.md CHANGELOG.md" }, "engines": { "node": ">=8.0.0", @@ -61,6 +67,7 @@ "@types/node": "~10.5.1", "check-node-version": "1.1.0", "codelyzer": "^4.4.4", + "github-changes": "^1.1.2", "i": "^0.3.6", "jasmine-core": "~3.1.0", "jasmine-spec-reporter": "~4.2.1",