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

Commit

Permalink
Created liip/rmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 18, 2017
1 parent d930d37 commit 362e824
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.rmt export-ignore
.styleci.yml export-ignore
.travis export-ignore
build.xml export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
tests/ export-ignore
30 changes: 30 additions & 0 deletions .rmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
vcs: git

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
- 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

0 comments on commit 362e824

Please sign in to comment.