Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Wandb Weave Version Bump Release

From Leeroopedia
Revision as of 17:59, 16 February 2026 by Admin (talk | contribs) (Auto-imported from principles/Wandb_Weave_Version_Bump_Release.md)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Sources
Domains Release_Engineering, Versioning
Last Updated 2026-02-14 00:00 GMT

Overview

A version transformation mechanism that promotes a development version to a release version by removing pre-release tags.

Description

Version Bump Release transforms a development version (e.g., 0.52.29-dev0) into a release version (e.g., 0.52.29) by dropping the pre-release label. This creates a git commit and tag marking the release point.

Usage

Use this step after pre-release validation passes and before building the distribution. It establishes the official release version in the version file.

Theoretical Basis

Follows Semantic Versioning (SemVer) with pre-release labels:

  1. Development versions use the format MAJOR.MINOR.PATCH-dev0.
  2. Release promotion removes the pre-release suffix: X.Y.Z-dev0 → X.Y.Z.
  3. Git tagging marks the release commit with vX.Y.Z for reproducibility.

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment