From ec0175125b178832b5a9ac89f440687f2d7e6dd3 Mon Sep 17 00:00:00 2001 From: Hazork Date: Mon, 20 Sep 2021 08:36:11 -0300 Subject: [PATCH] chore: push git tag on `yarn version` --- .yarnrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.yarnrc b/.yarnrc index 7f953b59..59cc5591 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,2 @@ -version-git-message "tag: v%s" \ No newline at end of file +version-git-message "tag: v%s" +version-git-tag true \ No newline at end of file