From 412a7d1ed83335efbb256a96a804107de7939987 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Tue, 4 Nov 2025 22:28:28 -0600 Subject: [PATCH] release: bump to v6.0.0-alpha.6 Bug Fixes: - Fix manifestPath error in ide-config-manager causing installation failures - Fix installer option display to show full labels instead of just values for single/multi-select - Add conditional documentation installation - users can now opt out of installing docs Improvements: - Add install_user_docs configuration option (defaults to true) - Improve config question display with descriptive labels for better UX - Update CONTRIBUTING.md to remove references to non-existent 'next' branch Maintenance: - Closed 54 legacy v4 issues (older than 1 month) to maintain clean issue tracker --- CONTRIBUTING.md | 14 +------------- package.json | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d5a7150..6ccf68c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,25 +86,13 @@ Please propose small, granular changes! For large or significant changes, discus ### Which Branch? -**Submit to `next` branch** (most contributions): - -- โœจ New features or agents -- ๐ŸŽจ Enhancements to existing features -- ๐Ÿ“š Documentation updates -- โ™ป๏ธ Code refactoring -- โšก Performance improvements -- ๐Ÿงช New tests -- ๐ŸŽ New bmad modules - -**Submit to `main` branch** (critical only): +**Submit PR's to `main` branch** (critical only): - ๐Ÿšจ Critical bug fixes that break basic functionality - ๐Ÿ”’ Security patches - ๐Ÿ“š Fixing dangerously incorrect documentation - ๐Ÿ› Bugs preventing installation or basic usage -**When in doubt, submit to `next`**. We'd rather test changes thoroughly before they hit stable. - ### PR Size Guidelines - **Ideal PR size**: 200-400 lines of code changes diff --git a/package.json b/package.json index 33770c36..eb9a75c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "bmad-method", - "version": "6.0.0-alpha.5", + "version": "6.0.0-alpha.6", "description": "Breakthrough Method of Agile AI-driven Development", "keywords": [ "agile",