Skip to content

Commit

Permalink
Update .rmt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-werner committed Mar 14, 2024
1 parent 9b0a52d commit 21a644d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .rmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ _default:
# BRANCH SPECIFIC CONFIG
# On master, we override the general config
master:
version-generator: semantic # More complex versionning (semantic)
version-generator:
semantic:
allow-label: true
version-persister:
vcs-tag:
tag-prefix: '' # No more prefix for tags
Expand All @@ -37,4 +39,4 @@ master:
exclude-merge-commits: true
composer-update:
name: composer.json
vcs-commit: ~ # Commit the CHANGELOG
vcs-commit: ~ # Commit the CHANGELOG

0 comments on commit 21a644d

Please sign in to comment.