6 Commits

Author SHA1 Message Date
Oskar Stark
4fb0dd2c34 minor: Simplify bump script by merging require loops 2026-02-19 11:57:06 +01:00
Christopher Hertel
510bee788e Revert of bumping the branch-alias right away 2026-01-27 23:21:43 +01:00
Christopher Hertel
0de79acfac Add branch-alias to bump tool 2026-01-23 21:47:34 +01:00
Christopher Hertel
a82a73acd9 Add MCP Bundle in version bump script 2025-12-23 21:49:10 +01:00
Christopher Hertel
c58a4e3767 Level up bump script to set the version based on current one 2025-12-22 21:05:43 +01:00
Christopher Hertel
29298cab5b Add bump script for updating symfony/ai-* dependency versions
Add a new `bump` script at the repository root that updates version
constraints for all symfony/ai-* dependencies across the monorepo.

Features:
- Accepts version constraint as argument (e.g., ^0.1, ~0.1.0, @dev)
- Scans src/, demo/, and examples/ directories for composer.json files
- Updates symfony/ai-* packages in both require and require-dev sections
- Provides helpful CLI output showing all applied changes
- Shows summary with total updates and next steps

Usage:
  ./bump ^0.1
  ./bump @dev

Similar to the existing `link` script, this tool helps maintain
consistent versioning across all components during releases.
2025-12-19 16:37:14 +01:00