diff --git a/composer.json b/composer.json index b28827c..1d43687 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,11 @@ ], "test": [ "@test:phpunit" + ], + "changelog": [ + "changelog-linker dump-merges --ansi", + "changelog-linker link --ansi", + "changelog-linker cleanup --ansi" ] }, "minimum-stability": "dev",