Initial Commit
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
commit
37a4e87986
10 changed files with 405 additions and 0 deletions
25
.changelogs/template.md
Normal file
25
.changelogs/template.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# CHANGELOG
|
||||
|
||||
<!-- generated from cargo-changelog -->
|
||||
|
||||
{{#if this.versions}}
|
||||
{{#each (reverse (sort_versions this.versions))}}
|
||||
|
||||
## v{{this.version}}
|
||||
|
||||
{{#each (group_by_header this.entries "target" default="Other Changes")}}
|
||||
|
||||
### {{ @key }}
|
||||
|
||||
{{#each this ~}}
|
||||
|
||||
* {{~ #if this.header.issue }} (#{{this.header.issue}}){{/if}}{{~ #if this.header.type }} \[{{this.header.type}}\]{{/if}} {{this.header.subject}}
|
||||
{{indent this.text spaces=2}}
|
||||
{{/each ~}}
|
||||
{{~ /each ~}}
|
||||
{{~ /each ~}}
|
||||
{{/if}}
|
||||
|
||||
{{#if this.suffix}}
|
||||
{{this.suffix}}
|
||||
{{/if}}
|
||||
0
.changelogs/unreleased/.gitkeep
Normal file
0
.changelogs/unreleased/.gitkeep
Normal file
4
.changelogs/unreleased/2025-06-29T08_17_31_061772237.md
Normal file
4
.changelogs/unreleased/2025-06-29T08_17_31_061772237.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
+++
|
||||
subject = "Start initial repository"
|
||||
+++
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue