Skip to content

Commit

Permalink
Add DigiLive/gitChangelog for change log generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jan 26, 2021
1 parent f4cf709 commit 0a6a84f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"phpunit/phpunit": "^8 || ^9",
"squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "2.*",
"jblond/php-cli": "^1.0"
"jblond/php-cli": "^1.0",
"digilive/git-changelog": "^1"
},
"suggest": {
"jblond/php-cli": "^1.0"
Expand All @@ -53,12 +54,14 @@
"phpunit": "phpunit",
"php_src": "phpcs --standard=phpcs.xml -s -p --colors ./lib/",
"php_test": "phpcs --standard=phpcs.xml -s -p --colors ./tests/",
"phpmd": "phpmd ./ ansi cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor"
"phpmd": "phpmd ./ ansi cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor",
"changelog": "php generateChangelog.php"
},
"scripts-descriptions": {
"phpunit": "Run PHPUnit tests",
"php_src": "Run code sniffer on lib directory",
"php_test": "Run code sniffer on tests directory",
"phpmd": "Run php mess detector"
"phpmd": "Run php mess detector",
"changelog": "generate changelog from commits"
}
}

0 comments on commit 0a6a84f

Please sign in to comment.