diff --git a/schema/schema.json b/schema/schema.json index 47f7fa7d8..723647f87 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://pixi.sh/v0.20.0/schema/manifest/schema.json", + "$id": "https://pixi.sh/v0.20.1/schema/manifest/schema.json", "title": "`pixi.toml` manifest file", "description": "The configuration for a [`pixi`](https://pixi.sh) project.", "type": "object", @@ -13,7 +13,7 @@ "title": "Schema", "description": "The schema identifier for the project's configuration", "type": "string", - "default": "https://pixi.sh/v0.20.0/schema/manifest/schema.json", + "default": "https://pixi.sh/v0.20.1/schema/manifest/schema.json", "format": "uri-reference" }, "activation": { diff --git a/tbump.toml b/tbump.toml index 8201d2b86..4806ed201 100644 --- a/tbump.toml +++ b/tbump.toml @@ -42,6 +42,10 @@ search = '^version = "{current_version}"' [[file]] src = "docs/advanced/github_actions.md" search = "pixi-version: v{current_version}" +[[file]] +src = "schema/schema.json" +search = "/pixi.sh/v{current_version}/" + [[field]] # the name of the field name = "candidate"