version
Project version information
| Type | object |
|---|---|
| File match |
.version.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/version/latest.json |
| Source | https://raw.githubusercontent.com/ljonesfl/bump/refs/heads/master/version-schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Schema for storing project versions. Managed by https://github.com/ljonesfl/bump
Properties
major
integer
required
Major version number
min=0
minor
integer
required
Minor version number
min=0
patch
integer
required
Patch version number
min=0
build
integer
required
Build version number
min=0
strategy
string
The strategy to use for versioning. Accepted values are 'date' or 'semver'.