Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 6095101

Browse files
authored
ci: generate changelog (#51)
* ci: changelog generation
1 parent b77001c commit 6095101

File tree

2 files changed

+65
-29
lines changed

2 files changed

+65
-29
lines changed

package-lock.json

Lines changed: 57 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"format:verify": "prettier lib/**/*.ts --check",
1313
"lint": "tslint -p tsconfig.json -c tslint.json \"lib/**/*.ts\" -e \"*.spec.ts\"",
1414
"test": "jest --config jest.json",
15-
"semantic-release": "semantic-release"
15+
"semantic-release": "semantic-release",
16+
"commit": "npx git-cz"
1617
},
1718
"devDependencies": {
1819
"@nestjs/common": "6.5.3",
@@ -27,10 +28,11 @@
2728
"prettier": "1.18.2",
2829
"reflect-metadata": "0.1.13",
2930
"rxjs-marbles": "^5.0.2",
30-
"semantic-release": "15.13.21",
31+
"semantic-release": "^15.13.21",
3132
"ts-jest": "24.0.2",
3233
"tsc-watch": "2.4.0",
33-
"typescript": "3.5.3"
34+
"typescript": "3.5.3",
35+
"tslint": "5.19.0"
3436
},
3537
"peerDependencies": {
3638
"@nestjs/common": "^6.0.0",
@@ -60,13 +62,10 @@
6062
"release": {
6163
"plugins": [
6264
"@semantic-release/commit-analyzer",
63-
"@semantic-release/github",
64-
"@semantic-release/npm",
6565
"@semantic-release/release-notes-generator",
66-
"@semantic-release/changelog"
66+
"@semantic-release/changelog",
67+
"@semantic-release/npm",
68+
"@semantic-release/github"
6769
]
68-
},
69-
"dependencies": {
70-
"tslint": "5.19.0"
7170
}
7271
}

0 commit comments

Comments
 (0)