Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
build : added changelog (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Oct 15, 2019
1 parent 9b1e4e7 commit 668380a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return [
new ChangelogConfig(
'narrowspark',
'testing-helper',
'v8.0.1',
'v8.0.2',
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
)
];
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v8.0.2
======

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Fixed
-----

- [26: fix : added removed phpunit InvalidArgumentHelper](https://github.com/narrowspark/testing-helper/pull/26) thanks to @prisis

v8.0.1
======

Expand All @@ -9,4 +21,3 @@ Changed
-------

- [22: style fixes](https://github.com/narrowspark/testing-helper/pull/22) thanks to @prisis

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"changelog": "changelog-generator generate --config=\".changelog\" --file --append",
"changelog": "changelog-generator generate --config=\".changelog\" --file --prepend",
"coverage": "phpunit --coverage-html=\"build/logs\"",
"cs": "php-cs-fixer fix",
"cs": "php-cs-fixer fix -v",
"cs-check": "php-cs-fixer fix -v --dry-run --stop-on-violation",
"phpstan": "phpstan analyse -c phpstan.neon src --memory-limit=-1",
"test": "phpunit"
Expand Down

0 comments on commit 668380a

Please sign in to comment.