feat: add package to auto-generate changelogs

This commit is contained in:
Björn Fromme
2023-11-12 16:56:27 +01:00
parent 286064c739
commit 4632a2e509
3 changed files with 87 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'packageBumps' => ['ConventionalChangelog\PackageBump\ComposerJson'],
];