Skip to content

Commit

Permalink
build: Add composer script to build changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Jun 16, 2021
1 parent 7af8054 commit 9188e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"phpunit-coverage": "XDEBUG_MODE=coverage phpunit --verbose --colors=always --coverage-html build/coverage",
"test": [
"@phpunit"
]
],
"changelog": "conventional-changelog --config=.changelog"
},
"version": "1.0.0"
}

0 comments on commit 9188e81

Please sign in to comment.