🐞 fix: Add changelog option for updater

This commit is contained in:
Keith Solomon
2025-02-13 15:38:09 -06:00
parent e539073c50
commit 74e38ca3f5

View File

@@ -544,4 +544,5 @@ class ContentFilterPlugin {
new ContentFilterPlugin();
$gitHubUpdater = new GitHubUpdater(__FILE__);
$gitHubUpdater->setChangelog('CHANGELOG.md');
$gitHubUpdater->add();