From b1ce464ea3224c4c5b00a1fc940ad43199050908 Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Fri, 15 Mar 2019 14:33:22 +0100 Subject: [PATCH] Added .yarnrc no issue - Casper uses `%s` tag naming - Let's keep this, otherwise release order is broken - Ghost & Ghost-Admin use this notation too - It will tell `yarn version` to use `%s` instead of `v%s` --- .yarnrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .yarnrc diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 0000000..e46d1b8 --- /dev/null +++ b/.yarnrc @@ -0,0 +1,2 @@ +version-tag-prefix "" +version-git-message "%s"