Skip to content

Commit f772ad9

Browse files
committed
ci: Add changelog plugin for releases
1 parent e5fb8d7 commit f772ad9

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@graphql-codegen/cli": "^2.1.1",
57+
"@semantic-release/changelog": "^5.0.1",
5758
"@semantic-release/git": "^9.0.0",
5859
"@size-limit/preset-small-lib": "^5.0.3",
5960
"@types/minimatch": "^3.0.5",
@@ -78,6 +79,7 @@
7879
"plugins": [
7980
"@semantic-release/commit-analyzer",
8081
"@semantic-release/release-notes-generator",
82+
"@semantic-release/changelog",
8183
"@semantic-release/npm",
8284
"@semantic-release/github",
8385
"@semantic-release/git"

release.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,16 @@
17671767
dependencies:
17681768
any-observable "^0.3.0"
17691769

1770+
"@semantic-release/changelog@^5.0.1":
1771+
version "5.0.1"
1772+
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-5.0.1.tgz#50a84b63e5d391b7debfe021421589fa2bcdafe4"
1773+
integrity sha512-unvqHo5jk4dvAf2nZ3aw4imrlwQ2I50eVVvq9D47Qc3R+keNqepx1vDYwkjF8guFXnOYaYcR28yrZWno1hFbiw==
1774+
dependencies:
1775+
"@semantic-release/error" "^2.1.0"
1776+
aggregate-error "^3.0.0"
1777+
fs-extra "^9.0.0"
1778+
lodash "^4.17.4"
1779+
17701780
"@semantic-release/commit-analyzer@^8.0.0":
17711781
version "8.0.1"
17721782
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"

0 commit comments

Comments
 (0)