bmad-fh 6.0.0-alpha.052779ef → 6.0.0-alpha.23.02a963fa

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,9 +31,9 @@ jobs:
31
31
  - name: Set version with commit hash
32
32
  id: version
33
33
  run: |
34
- BASE_VERSION=$(node -p "require('./package.json').version.split('-')[0]")
34
+ BASE_VERSION=$(node -p "require('./package.json').version")
35
35
  SHORT_SHA=$(git rev-parse --short HEAD)
36
- NEW_VERSION="${BASE_VERSION}-alpha.${SHORT_SHA}"
36
+ NEW_VERSION="${BASE_VERSION}.${SHORT_SHA}"
37
37
  npm version "${NEW_VERSION}" --no-git-tag-version
38
38
  echo "version=${NEW_VERSION}" >> $GITHUB_OUTPUT
39
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-fh",
4
- "version": "6.0.0-alpha.052779ef",
4
+ "version": "6.0.0-alpha.23.02a963fa",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",