Skip to content

Commit 9e4918b

Browse files
committed
fix: add @semantic-release/github plugin to create GitHub Releases
The update-major-tag workflow triggers on `release: published`, but semantic-release was only creating git tags (via @semantic-release/git) without creating actual GitHub Release objects. This meant the workflow never fired.
1 parent c88faf5 commit 9e4918b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{
1818
"assets": ["docs/CHANGELOG.md", "package.json"]
1919
}
20-
]
20+
],
21+
"@semantic-release/github"
2122
]
2223
}

0 commit comments

Comments
 (0)