Principle:Wandb Weave Version Bump Dev
Appearance
| Knowledge Sources | |
|---|---|
| Domains | Release_Engineering, Versioning |
| Last Updated | 2026-02-14 00:00 GMT |
Overview
A version advancement mechanism that increments the patch version and adds a pre-release tag for the next development cycle.
Description
Version Bump Dev immediately follows the release bump. It increments the patch version and adds the -dev0 suffix (e.g., 0.52.29 → 0.52.30-dev0), preparing the codebase for continued development.
Usage
Run this step immediately after the release version bump. It ensures that any subsequent commits are clearly identified as development versions.
Theoretical Basis
This follows the train model release pattern:
- After branching/tagging for release, the trunk version immediately advances.
- The dev suffix clearly distinguishes unreleased code from released versions.
- This prevents version ambiguity in installed packages.
Related Pages
Implemented By
Page Connections
Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment