Skip to content

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 bbfb02a commit 8d6dc7f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
@@ -1,8 +1,9 @@
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.travis export-ignore
.rmt export-ignore
.styleci.yml export-ignore
.travis export-ignore
build.xml export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
Expand Down
30 changes: 30 additions & 0 deletions .rmt.yml
@@ -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 8d6dc7f

Please sign in to comment.