Skip to content

Commit 88c60e1

Browse files
Chore: Setup changelog plugin
1 parent 8e28044 commit 88c60e1

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
analyzeCommits:
22
preset: eslint
33
prepare:
4+
- "@semantic-release/changelog"
45
- "@semantic-release/npm"
56
- path: "@semantic-release/git"
67
assets:

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"homepage": "https://github.com/thomasthiebaud/htmldom-to-react#readme",
2121
"devDependencies": {
22+
"@semantic-release/changelog": "2.1.1",
2223
"@semantic-release/git": "6.0.1",
2324
"commitlint": "7.0.0",
2425
"conventional-changelog-eslint": "3.0.0",

0 commit comments

Comments
 (0)