initial commit to push copy to codeberg
This commit is contained in:
commit
751bfe568c
20 changed files with 1364 additions and 0 deletions
57
changelog2/data/template2.txt
Normal file
57
changelog2/data/template2.txt
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
= {Produktname} - Changelog
|
||||
:website: http://www.example.com
|
||||
:lang: en
|
||||
:encoding: utf-8
|
||||
|
||||
.COPYRIGHT
|
||||
***********************************************************************
|
||||
include::../shared-doc/src/copyright.adoc[]
|
||||
***********************************************************************
|
||||
|
||||
Software Version -- Document Version:
|
||||
include::version.string[]
|
||||
|
||||
== Redmine Issues
|
||||
|
||||
// Hier können Sie die Redmine-Issues auflisten
|
||||
// Beispiel:
|
||||
* #12345 - Beschreibung des Issues
|
||||
* #12346 - Beschreibung des Issues
|
||||
* #12347 - Beschreibung des Issues
|
||||
|
||||
== Changelog
|
||||
|
||||
This document lists all relevant changes applied over time to {Produktname} packages and their software components.
|
||||
Each entry in the list shows changes made to the *Services*, the installation *Bundle* or the *Documentation*.
|
||||
Entries may have an _ID_ at the end of the line for internal reference.
|
||||
|
||||
== Version {Versionsnummer} ({Datum})
|
||||
|
||||
*NEW*
|
||||
|
||||
{{#each ticket or log entry}}
|
||||
=== _({{id/hash}})_ {{subject}} ===
|
||||
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
|
||||
{{/each}}
|
||||
|
||||
*CHANGED*
|
||||
|
||||
{{#each ticket or log entry}}
|
||||
=== _({{id/hash}})_ {{subject}} ===
|
||||
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
|
||||
{{/each}}
|
||||
|
||||
*FIXED*
|
||||
|
||||
{{#each ticket or log entry}}
|
||||
=== _({{id/hash}})_ {{subject}} ===
|
||||
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
|
||||
{{/each}}
|
||||
|
||||
*DOCUMENTATION*
|
||||
|
||||
{{#each ticket or log entry}}
|
||||
=== _({{id/hash}})_ {{subject}} ===
|
||||
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
|
||||
{{/each}}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue