Skip to content

Commit d7c1105

Browse files
committed
🔧 chore: Disable version bumping
1 parent 1184865 commit d7c1105

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
if: ${{ env.IS_MERGED_RELEASE_PR == 'true' }}
3939
run: npm ci
4040

41-
- name: Decide bump type
42-
if: ${{ env.IS_MERGED_RELEASE_PR == 'false' }}
43-
id: bump-type
44-
run: echo "bump=$(npx conventional-recommended-bump -p @localazy/conventional-changelog-preset)" > "$GITHUB_OUTPUT"
45-
46-
- name: Bump version
47-
if: ${{ env.IS_MERGED_RELEASE_PR == 'false' }}
48-
run: npm version ${{ steps.bump-type.outputs.bump }} --git-tag-version false
41+
# - name: Decide bump type
42+
# if: ${{ env.IS_MERGED_RELEASE_PR == 'false' }}
43+
# id: bump-type
44+
# run: echo "bump=$(npx conventional-recommended-bump -p @localazy/conventional-changelog-preset)" > "$GITHUB_OUTPUT"
45+
#
46+
# - name: Bump version
47+
# if: ${{ env.IS_MERGED_RELEASE_PR == 'false' }}
48+
# run: npm version ${{ steps.bump-type.outputs.bump }} --git-tag-version false
4949

5050
- name: Update changelog
5151
if: ${{ env.IS_MERGED_RELEASE_PR == 'false' }}

0 commit comments

Comments
 (0)