diff --git a/templates/commit.hbs b/templates/commit.hbs index 2a83aa1..9eb8a04 100644 --- a/templates/commit.hbs +++ b/templates/commit.hbs @@ -4,7 +4,7 @@ {{~else}} {{~header}} {{~/if}} -hello + {{~!-- commit link --}} {{#if @root.linkReferences~}} ([{{hash}}]( {{~#if @root.repository}} diff --git a/writer-opts.ts b/writer-opts.ts index 52a7895..45489bf 100644 --- a/writer-opts.ts +++ b/writer-opts.ts @@ -124,7 +124,7 @@ function getWriterOpts(): IWriterOptions { return `@${username}`; } - return `[@${username}](${context.host}/${username})`; + return `[@${username}](${context.host}/${username}))`; } ); }