Add parsing of plaixt definitions
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
fa0793cfc7
commit
d09c5e5a69
5 changed files with 1619 additions and 3 deletions
9
examples/definitions/changelog.kdl
Normal file
9
examples/definitions/changelog.kdl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// This is the default changelog entry for the plaixt project
|
||||
|
||||
define since="2025-01-29 20:27:30+01:00" {
|
||||
fields {
|
||||
title is=string
|
||||
version is=string
|
||||
kind { oneOf "Bugfix" "Feature" "Chore" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue