Skip to content

Commit 0cffff4

Browse files
committed
fix: keep @semantic-release/github plugin for GitHub Releases
This plugin creates proper GitHub Release pages with changelogs, which is valuable independently of workflow triggering.
1 parent 6306dda commit 0cffff4

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)