Skip to content

Commit 8e357a0

Browse files
authored
chore: update pixi.toml (#142)
Our release docs wasn't up-to-date unfortunately. We should automate this more in general. At the moment, releasing all crates takes effort and is error prone
1 parent fef09a9 commit 8e357a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pull requests will build the packages but not publish them
1818
## Usage Instructions
1919

2020
### Triggering a Release
21-
- Bump the version in the `Cargo.toml` for the backend you want to release.
21+
- Bump the version in the `Cargo.toml` and corresponding `pixi.toml` for the backend you want to release.
2222
- Open a pull request
2323
- After the pull request is merged, create a new tag following the pattern `pixi-build-<backend>-vX.Y.Z` (e.g., `pixi-build-cmake-v1.2.3`)
2424
- Push the tag to the repository:

crates/pixi-build-cmake/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a cpp project with pixi"
1212
name = "pixi-build-cmake"
13-
version = "0.1.5"
13+
version = "0.1.6"
1414

1515

1616
[dependencies]

crates/pixi-build-python/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a python project with pixi"
1212
name = "pixi-build-python"
13-
version = "0.1.5"
13+
version = "0.1.6"
1414

1515

1616
[dependencies]

crates/pixi-build-rattler-build/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a rattler-build recipe with pixi"
1212
name = "pixi-build-rattler-build"
13-
version = "0.1.4"
13+
version = "0.1.5"
1414

1515

1616
[dependencies]

crates/pixi-build-rust/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a rust project with pixi"
1212
name = "pixi-build-rust"
13-
version = "0.1.6"
13+
version = "0.1.7"
1414

1515

1616
[dependencies]

0 commit comments

Comments
 (0)