Changepacks
Changepacks are a way to package changes to a project
| Type | object |
|---|---|
| File match |
**/.changepacks/config.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/changepacks/latest.json |
| Source | https://www.schemastore.org/changepacks.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
baseBranch
string
ignore
string[]
[]
latestPackage
string | null
publish
Record<string, string>
{}
updateOn
Record<string, string[]>
Dependency rules for forced updates. Key: glob pattern for trigger packages (e.g., "crates/*") Value: list of package paths that must be updated when trigger matches
{}