plaixt/examples/definitions/changelog.pldef
Marcel Müller 8a453a44f9 Make it actually work with trustfall and dynamic data
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-02-08 09:40:52 +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
type { oneOf "Bugfix" "Feature" "Chore" }
}
}