Type object
File match **/changelogs/*.yml
Schema URL https://catalog.lintel.tools/schemas/schemastore/one-s-changelog-entry/latest.json
Source https://www.schemastore.org/one-changelog-schema-0.1.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

name string required

Short description of change

Default: "Short description of change"
tag string required
Values: "PATCH" "MINOR" "MAJOR"
jira string

Jira issue key

Default: "UNITYONE-000"
pattern=[A-Z][A-Z0-9]+-[0-9]+
apiChange boolean

Indicates changes in front (app) apis

Default: false
integrationApiChange boolean

Indicates changes in integration apis

Default: false
description string

Detailed description of change

Default: "Detailed description of change. (optional). Can be multiline."