Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
[BUILD] Simplify rmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 28, 2019
1 parent d6fe165 commit d14ee5c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .rmt.yml
Expand Up @@ -4,30 +4,16 @@ prerequisites:
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: vendor/bin/phpunit --stop-on-failure
- command:
cmd: vendor/bin/phpstan analyse
- command:
cmd: vendor/bin/php-cs-fixer fix --verbose
- composer-security-check
composer: composer
- composer-stability-check
- command:
cmd: vendor/bin/composer-require-checker check composer.json
stop_on_error: false
- command:
cmd: git remote -v
cmd: composer outdated

pre-release-actions:
composer-update: ~
changelog-update:
format: simple
dump-commits: true
exclude-merge-commits: true
vcs-commit: ~

version-generator: semantic
version-persister: vcs-tag

0 comments on commit d14ee5c

Please sign in to comment.