Skip to content

Commit fcad039

Browse files
ckyrouaccgwalters
authored andcommitted
ci: Set internal crate versions to match bootc on release
Update the scheduled-release workflow to set bootc-internal-utils and bootc-internal-blockdev versions to match the bootc release version. Assisted-by: Claude Code (Opus 4) Signed-off-by: ckyrouac <ckyrouac@redhat.com>
1 parent b2c71e2 commit fcad039

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/scheduled-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
cargo set-version --manifest-path crates/lib/Cargo.toml --package bootc-lib --bump ${INPUT_VERSION:-minor}
9393
VERSION=$(cargo read-manifest --manifest-path crates/lib/Cargo.toml | jq -r '.version')
9494
95+
# Set internal crate versions to match the bootc release version
96+
cargo set-version --manifest-path crates/utils/Cargo.toml --package bootc-internal-utils "$VERSION"
97+
cargo set-version --manifest-path crates/blockdev/Cargo.toml --package bootc-internal-blockdev "$VERSION"
98+
9599
cargo update --workspace
96100
cargo xtask update-generated
97101
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)