bmad-fh 6.0.0-alpha.23.e9c0f978 → 6.0.0-alpha.24

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.
@@ -28,14 +28,10 @@ jobs:
28
28
  - name: Install dependencies
29
29
  run: npm ci
30
30
 
31
- - name: Set version with commit hash
31
+ - name: Get version
32
32
  id: version
33
33
  run: |
34
- BASE_VERSION=$(node -p "require('./package.json').version")
35
- SHORT_SHA=$(git rev-parse --short HEAD)
36
- NEW_VERSION="${BASE_VERSION}.${SHORT_SHA}"
37
- npm version "${NEW_VERSION}" --no-git-tag-version
38
- echo "version=${NEW_VERSION}" >> $GITHUB_OUTPUT
34
+ echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
39
35
 
40
36
  - name: Publish to NPM
41
37
  env:
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.23.e9c0f978",
4
+ "version": "6.0.0-alpha.24",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",