Skip to content
This repository has been archived by the owner on Jun 26, 2020. 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 11fd735 commit 514dc5f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
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 514dc5f

Please sign in to comment.