Skip to content

Commit

Permalink
fix: schema version and add it to tbump (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Apr 26, 2024
1 parent 7d0058f commit 58ab590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 58ab590

Please # to comment.