Skip to content

Commit

Permalink
Updated release config
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 5, 2018
1 parent 58e5251 commit f5e6b3e
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .rmt.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
vcs: git

prerequisites:
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: phpunit --stop-on-failure
- composer-security-check
- composer-stability-check
- command:
cmd: git remote -v
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: phpunit --stop-on-failure
- command:
cmd: vendor/bin/phpstan analyse -c phpstan.neon -l 7 src tests
- command:
cmd: vendor/bin/php-cs-fixer fix --verbose
- composer-security-check
- composer-stability-check
- command:
cmd: vendor/bin/composer-require-checker check composer.json
stop_on_error: false
- command:
cmd: git remote -v

pre-release-actions:
composer-update: ~
Expand Down

0 comments on commit f5e6b3e

Please sign in to comment.