Skip to content

Commit 82d78f3

Browse files
authored
chore: have semantic-release update the CHANGELOG file (#175)
1 parent 8a03eae commit 82d78f3

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.releaserc.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"plugins": [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5+
"@semantic-release/changelog",
56
"@continuous-auth/semantic-release-npm",
67
"@semantic-release/github"
78
]

package-lock.json

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@continuous-auth/semantic-release-npm": "^1.0.3",
41+
"@semantic-release/changelog": "^3.0.2",
4142
"electron": "^5.0.0",
4243
"electron-mocha": "^8.0.1",
4344
"lodash": "^4.17.11",

0 commit comments

Comments
 (0)