plaixt/examples/definitions/changelog.pldef
Marcel Müller ac76c030c6 Add loading of records and crude validation
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-01-29 21:50:39 +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" }
}
}