core23/PiwikBundle

View on GitHub
.rmt.yml

Summary

Maintainability
Test Coverage
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

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

post-release-actions:
    vcs-publish:
        ask-remote-name: true