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

Commit ac7b4a1

Browse files
authored
ci: enable changelog generation (#13)
Enable the Semantic Release Changelog Plugin
1 parent 1f9762d commit ac7b4a1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

package-lock.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"devDependencies": {
1515
"@nestjs/common": "6.5.3",
1616
"@nestjs/core": "6.5.3",
17+
"@semantic-release/changelog": "^3.0.4",
1718
"@types/jest": "24.0.15",
1819
"@types/node": "11.13.18",
1920
"cz-conventional-changelog": "^3.0.2",
@@ -50,5 +51,11 @@
5051
"commitizen": {
5152
"path": "./node_modules/cz-conventional-changelog"
5253
}
54+
},
55+
"release": {
56+
"plugins": [
57+
"@semantic-release/release-notes-generator",
58+
"@semantic-release/changelog"
59+
]
5360
}
5461
}

0 commit comments

Comments
 (0)