mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
|
<?php
|
||
|
|
||
|
return [
|
||
|
'preset' => [
|
||
|
'misc' => [
|
||
|
'label' => 'Other',
|
||
|
'description' => 'Other miscellaneous changes',
|
||
|
],
|
||
|
],
|
||
|
'releaseCommitMessageFormat' => 'release: new version {{currentTag}}',
|
||
|
'tagPrefix' => '',
|
||
|
'packageBump' => false,
|
||
|
'hiddenMentions' => true,
|
||
|
'hiddenReferences' => true,
|
||
|
];
|