Valinor/.changelog

17 lines
396 B
Plaintext
Raw Normal View History

<?php
return [
'preset' => [
'misc' => [
'label' => 'Other',
'description' => 'Other miscellaneous changes',
],
],
2022-06-10 18:57:14 +02:00
'path' => 'docs/pages/changelog.md',
'releaseCommitMessageFormat' => 'release: new version {{currentTag}}',
'tagPrefix' => '',
'packageBump' => false,
'hiddenMentions' => true,
'hiddenReferences' => true,
];