Skip to content

Commit e0709a6

Browse files
authored
Docs: [AEA-0000] - add release notes template (#145)
## Summary - Routine Change ### Details - add release notes template
1 parent 500dbf0 commit e0709a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

releaseNotesTemplates/commit.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* {{#if message}}{{message}}{{else}}{{header}}{{/if}}
2+
3+
{{~!-- commit hash --}} {{#if @root.linkReferences}}([{{shortHash}}]({{#if @root.host}}{{@root.host}}/{{/if}}{{#if @root.owner}}{{@root.owner}}/{{/if}}{{@root.repository}}/{{@root.commit}}/{{hash}})){{else}}{{hash~}}{{/if}}

0 commit comments

Comments
 (0)