Skip to content

Commit

Permalink
fix: remove 'v' from DEFAULT_MSG template
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
antongolub committed Mar 9, 2019
1 parent f0541a9 commit 154d2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'

0 comments on commit 154d2c9

Please sign in to comment.