From 37e5fd50dd064185eefaedd217aa41a901d3382d Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 29 Sep 2025 17:09:18 -0500 Subject: [PATCH 1/2] version up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a530e209..0dd228f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "bmad-method", - "version": "4.43.0", + "version": "4.44.0", "description": "Breakthrough Method of Agile AI-driven Development", "keywords": [ "agile", From 458704f82bc388a8767c5629e60901729e1cc0b6 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 29 Sep 2025 17:24:46 -0500 Subject: [PATCH 2/2] workflow manual release update --- .github/workflows/manual-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-release.yaml b/.github/workflows/manual-release.yaml index fc03a100..2d92a986 100644 --- a/.github/workflows/manual-release.yaml +++ b/.github/workflows/manual-release.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Setup Node.js uses: actions/setup-node@v4