From 59393b9d6852885cbf320f517f79ef4e1b8a72a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Fri, 3 Apr 2020 10:05:16 +0200 Subject: [PATCH] chore(release): update Ship.js tag name --- ship.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ship.config.js b/ship.config.js index fd66126c8..c030c19a9 100644 --- a/ship.config.js +++ b/ship.config.js @@ -11,6 +11,7 @@ module.exports = { } return true; }, + getTagName: ({ version }) => version, versionUpdated: ({ version, dir }) => { fs.writeFileSync( path.resolve(dir, 'src', 'version.ts'),