mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 11:31:39 +02:00
feat!: initial implementation of logic for running release please
This commit is contained in:
11
dist/template1.hbs
vendored
Normal file
11
dist/template1.hbs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{{> header}}
|
||||
|
||||
{{#each commitGroups}}
|
||||
{{#each commits}}
|
||||
{{> commit root=@root}}
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
|
||||
{{> footer}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user