From 154d2c9f6a88a1264e7b95889e45ff7fe45389ac Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sat, 9 Mar 2019 16:24:43 +0300 Subject: [PATCH] fix: remove 'v' from DEFAULT_MSG template closes #12 --- src/main/defaults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/defaults.ts b/src/main/defaults.ts index 26c6062..4809821 100644 --- a/src/main/defaults.ts +++ b/src/main/defaults.ts @@ -2,4 +2,4 @@ export const PLUGIN_PATH: string = '@qiwi/semantic-release-gh-pages-plugin' export const DEFAULT_BRANCH: string = 'gh-pages' export const DEFAULT_SRC: string = 'docs' export const DEFAULT_DST: string = '.' -export const DEFAULT_MSG: string = 'docs updated v{{=it.nextRelease.gitTag}}' +export const DEFAULT_MSG: string = 'docs updated {{=it.nextRelease.gitTag}}'