Skip to content

Commit 78bcc58

Browse files
committed
ci: attach changelog plugin for automatic versioning tool
1 parent 996f55c commit 78bcc58

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
}
4040
}
4141
],
42+
"@semantic-release/changelog",
4243
[
4344
"@semantic-release/npm",
4445
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"codegen": "graphql-codegen --config codegen.ts"
2626
},
2727
"devDependencies": {
28+
"@semantic-release/changelog": "^6.0.2",
2829
"@semantic-release/commit-analyzer": "^9.0.2",
2930
"@semantic-release/git": "^10.0.1",
3031
"@semantic-release/github": "^8.0.7",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,16 @@
16881688
estree-walker "^2.0.1"
16891689
picomatch "^2.2.2"
16901690

1691+
"@semantic-release/changelog@^6.0.2":
1692+
version "6.0.2"
1693+
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-6.0.2.tgz#fdcdbd368788c8fcc69c4af29bf2064f4afb45f4"
1694+
integrity sha512-jHqfTkoPbDEOAgAP18mGP53IxeMwxTISN+GwTRy9uLu58UjARoZU8ScCgWGeO2WPkEsm57H8AkyY02W2ntIlIw==
1695+
dependencies:
1696+
"@semantic-release/error" "^3.0.0"
1697+
aggregate-error "^3.0.0"
1698+
fs-extra "^11.0.0"
1699+
lodash "^4.17.4"
1700+
16911701
"@semantic-release/commit-analyzer@^9.0.2":
16921702
version "9.0.2"
16931703
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz#a78e54f9834193b55f1073fa6258eecc9a545e03"

0 commit comments

Comments
 (0)