Skip to content

Commit

Permalink
misc: use marcocesarato/php-conventional-changelog for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Dec 7, 2021
1 parent 9f99a2a commit 178aa97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

return [
'preset' => [
'misc' => [
'label' => 'Other',
'description' => 'Other miscellaneous changes',
],
],
'releaseCommitMessageFormat' => 'release: new version {{currentTag}}',
'tagPrefix' => '',
'packageBump' => false,
'hiddenMentions' => true,
'hiddenReferences' => true,
];
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"infection/infection": "^0.25.0",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-strict-rules": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0"
"friendsofphp/php-cs-fixer": "^3.0",
"marcocesarato/php-conventional-changelog": "^1.12"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 178aa97

Please sign in to comment.