plaixt/examples/definitions/changelog.kdl
Marcel Müller d09c5e5a69 Add parsing of plaixt definitions
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-01-29 21:15:46 +01:00

9 lines
227 B
Text

// 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" }
}
}