Merge pull request #212 from easingthemes/fix/add-github-release-plugin

fix: add @semantic-release/github plugin to create GitHub Releases
This commit is contained in:
Dragan Filipović 2026-04-02 23:40:48 +02:00 committed by GitHub
commit 0f3da31792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
{
"assets": ["docs/CHANGELOG.md", "package.json"]
}
]
],
"@semantic-release/github"
]
}