Skip to content

Commit 53fdca5

Browse files
committed
chore(js-tookit): configure tag prefix for changelog-generator
Without this, we'll get the wrong tag name in the changelog. In the next commit I'm going to do something similar for Lerna.
1 parent 369af7d commit 53fdca5

File tree

1 file changed

+5
-0
lines changed
  • maintenance/projects/js-toolkit

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Note that even though this project currently uses Lerna to produce releases,
2+
# we still have this .yarnrc file for consistency with the other projects, and
3+
# so that @liferay/changelog-generator can derive the tag format from it.
4+
version-tag-prefix "liferay-js-toolkit/v"
5+
version-git-message "chore: prepare liferay-js-toolkit/%s release"

0 commit comments

Comments
 (0)