mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 12:26:37 +08:00
During recent refactoring, we lost the ability to bump versions on release branches. Rather than restoring the separate workflow and rake task that existed before, this integrates version bumping directly into the existing release automation: 1. When `release:maybe_cut_branch` creates a new release branch, it now strips the `-latest` suffix and commits the release version directly (e.g., `2025.1.0-latest` → `2025.1.0`). 2. When `release:stage_security_fixes` targets a release branch, it now bumps the patch version automatically (e.g., `2025.6.0` → `2025.6.1`). For non-security patch releases, the existing workflow handles tagging automatically when commits are pushed to release branches with a manually bumped version. |
||
|---|---|---|
| .. | ||
| version.rb | ||