Skip to content

Commit ea1c488

Browse files
committed
chore: add semantic-release github plugin
1 parent 6527487 commit ea1c488

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.releaserc.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ export default {
6464
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
6565
},
6666
],
67+
"@semantic-release/github",
6768
],
6869
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"@rollup/plugin-alias": "^3.1.9",
9999
"@semantic-release/changelog": "^6.0.3",
100100
"@semantic-release/git": "^10.0.1",
101+
"@semantic-release/github": "^12.0.6",
101102
"@semantic-release/npm": "^13.1.5",
102103
"@semantic-release/release-notes-generator": "^14.0.1",
103104
"@storybook/addon-essentials": "^8.4.5",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@
15441544
micromatch "^4.0.0"
15451545
p-reduce "^2.0.0"
15461546

1547-
"@semantic-release/github@^12.0.0":
1547+
"@semantic-release/github@^12.0.0", "@semantic-release/github@^12.0.6":
15481548
version "12.0.6"
15491549
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-12.0.6.tgz#c60c556e7087938be988d0be3de6d70e8cbaced8"
15501550
integrity sha512-aYYFkwHW3c6YtHwQF0t0+lAjlU+87NFOZuH2CvWFD0Ylivc7MwhZMiHOJ0FMpIgPpCVib/VUAcOwvrW0KnxQtA==

0 commit comments

Comments
 (0)