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}}'