changelogging
changelogging configuration file
| Type | object |
|---|---|
| File match |
**/changelogging.toml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/changelogging/latest.json |
| Source | https://raw.githubusercontent.com/nekitdev/changelogging/main/changelogging.schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
changelogging configuration file.
Properties
Represents contexts of projects.
paths
object
Specifies locations of fragments and the changelog.
start
NonEmptyString
Marks the location in the changelog to start writing entries after.
levels
object
Defines which heading levels to use.
indents
object
Specifies which characters to use for indenting.
formats
object
Defines formats to use for rendering entry titles and fragments.
wrap
integer
min=1
order
NonEmptyString[]
Defines which types to include, and in what order.
types
object
Maps types to their titles.
Definitions
Context
object
Paths
object
NonEmptyString
string
Start
string
Level
integer
Character
string
Indents
object
Formats
object
Wrap
integer
Order
NonEmptyString[]
Defines which types to include, and in what order.
Types
object
Maps types to their titles.