Skip to content

Commit

Permalink
Update .rmt.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Feb 21, 2019
1 parent b3b0595 commit 1464d86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .rmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@ master:
dump-commits: true
exclude-merge-commits: true
vcs-commit: ~ # Commit the CHANGELOG

v4:
version-generator: semantic # More complex versionning (semantic)
version-persister:
vcs-tag:
tag-prefix: '' # No more prefix for tags
pre-release-actions:
changelog-update: # Update a CHANGELOG file before the release
file: CHANGELOG
format: semantic
dump-commits: true
exclude-merge-commits: true
vcs-commit: ~ # Commit the CHANGELOG

0 comments on commit 1464d86

Please sign in to comment.