Skip to content

Commit afe9275

Browse files
committed
fix: semantic release tagging
1 parent cbe445f commit afe9275

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
}
7878
],
7979
"@semantic-release/release-notes-generator",
80+
"@semantic-release/changelog",
81+
"@semantic-release/npm",
8082
[
8183
"@semantic-release/exec",
8284
{
@@ -89,7 +91,8 @@
8991
"pkgRoot": "dist"
9092
}
9193
],
92-
"@semantic-release/github"
94+
"@semantic-release/github",
95+
"@semantic-release/git"
9396
],
9497
"branches": [
9598
{

0 commit comments

Comments
 (0)