Skip to content

Commit

Permalink
Merge pull request #2 from tgalopin/use-lib-pre-release
Browse files Browse the repository at this point in the history
Use library first pre-release
  • Loading branch information
tgalopin authored Oct 16, 2018
2 parents 7c557f2 + 5572990 commit 5b7ee88
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .rmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
vcs:
name: git
sign-tag: true

version-generator:
name: semantic
allow-label: true

version-persister: vcs-tag

prerequisites:
display-last-changes: ~

pre-release-actions:
vcs-commit: ~

post-release-actions:
vcs-publish:
ask-confirmation: true
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^3.4|^4.0",
"tgalopin/html-sanitizer": "dev-master"
"tgalopin/html-sanitizer": "^0.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
Expand Down

0 comments on commit 5b7ee88

Please sign in to comment.