Skip to content

Commit a52df38

Browse files
authored
fix: setup changelog generator
1 parent cf401bb commit a52df38

File tree

3 files changed

+200
-0
lines changed

3 files changed

+200
-0
lines changed

.releaserc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"plugins": [
77
"@semantic-release/commit-analyzer",
88
"@semantic-release/release-notes-generator",
9+
"@semantic-release/changelog",
910
[
1011
"@semantic-release/npm",
1112
{
@@ -17,6 +18,12 @@
1718
{
1819
"assets": "release/*.tgz"
1920
}
21+
],
22+
[
23+
"@semantic-release/git",
24+
{
25+
"message": "release: ${nextRelease.version} [skip ci]"
26+
}
2027
]
2128
],
2229
"preset": "angular"

package-lock.json

Lines changed: 191 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
"@parcel/packager-ts": "^2.6.0",
5959
"@parcel/transformer-typescript-types": "^2.6.0",
6060
"@sanity/plugin-kit": "^0.0.1-studio-v3.4",
61+
"@semantic-release/changelog": "^6.0.1",
62+
"@semantic-release/git": "^10.0.1",
6163
"@testing-library/jest-dom": "^5.16.5",
6264
"@testing-library/react": "^12.1.3",
6365
"@types/jest": "^28.1.6",

0 commit comments

Comments
 (0)