Skip to content

Commit

Permalink
Add releaselog
Browse files Browse the repository at this point in the history
  • Loading branch information
FurtunaDaniel committed Sep 6, 2018
1 parent bd30dba commit 751fbb1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
11 changes: 11 additions & 0 deletions RELEASELOG.md
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 751fbb1

Please sign in to comment.