UNPKG

conventional-changelog-writer

Version:
5 lines 1.88 kB
export declare const mainTemplate = "{{> header}}\n\n{{#each commitGroups}}\n{{#each commits}}\n{{> commit root=@root}}\n{{/each}}\n{{/each}}\n{{> footer}}\n"; export declare const headerPartial = "## {{#if isPatch~}} <small>\n {{~/if~}} {{version}}\n {{~#if title}} \"{{title}}\"\n {{~/if~}}\n {{~#if date}} ({{date}})\n {{~/if~}}\n {{~#if isPatch~}} </small>\n {{~/if}}\n\n"; export declare const commitPartial = "* {{header}}\n\n{{~!-- commit link --}}\n{{~#if @root.linkReferences}} ([{{hash}}](\n {{~#if @root.repository}}\n {{~#if @root.host}}\n {{~@root.host}}/\n {{~/if}}\n {{~#if @root.owner}}\n {{~@root.owner}}/\n {{~/if}}\n {{~@root.repository}}\n {{~else}}\n {{~@root.repoUrl}}\n {{~/if}}/\n {{~@root.commit}}/{{hash}}))\n{{~else if hash}} {{hash}}{{~/if}}\n\n{{~!-- commit references --}}\n{{~#if references~}}\n , closes\n {{~#each references}} {{#if @root.linkReferences~}}\n [\n {{~#if this.owner}}\n {{~this.owner}}/\n {{~/if}}\n {{~this.repository}}#{{this.issue}}](\n {{~#if @root.repository}}\n {{~#if @root.host}}\n {{~@root.host}}/\n {{~/if}}\n {{~#if this.repository}}\n {{~#if this.owner}}\n {{~this.owner}}/\n {{~/if}}\n {{~this.repository}}\n {{~else}}\n {{~#if @root.owner}}\n {{~@root.owner}}/\n {{~/if}}\n {{~@root.repository}}\n {{~/if}}\n {{~else}}\n {{~@root.repoUrl}}\n {{~/if}}/\n {{~@root.issue}}/{{this.issue}})\n {{~else}}\n {{~#if this.owner}}\n {{~this.owner}}/\n {{~/if}}\n {{~this.repository}}#{{this.issue}}\n {{~/if}}{{/each}}\n{{~/if}}\n\n"; export declare const footerPartial = "{{#if noteGroups}}\n{{#each noteGroups}}\n\n### {{title}}\n\n{{#each notes}}\n* {{text}}\n{{/each}}\n{{/each}}\n{{/if}}\n"; //# sourceMappingURL=templates.d.ts.map