release-versioning

Installation
SKILL.md

Release & Versioning

Single source of truth

The root Cargo.toml version is the one authoritative version (including any -rc.N pre-release suffix). Everything else is derived from it — never hand-edit a version in a package manifest.

task version:sync propagates to two families

task version:sync (alias task versions:sync) runs, in order:

  1. alef sync-versions — updates the alef-managed binding manifests (their own version = core version). Targets are listed in alef.toml [workspace.sync] extra_paths (packages/python, packages/ruby, crates/xberg-node, packages/go, cli-proxy, …).
  2. python3 scripts/sync_integration_versions.py — updates the integrations under integrations/. These are NOT alef-managed, so alef never touches them.
Installs
1
Repository
xberg-io/xberg
GitHub Stars
9.3K
First Seen
Jul 24, 2026
release-versioning — xberg-io/xberg