Skip to content

Commit 904e877

Browse files
author
Lasim
committed
chore(release): update release command to include --no-increment option
1 parent e92086b commit 904e877

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.APP_INSTALLATION_TOKEN }}
4141
run: |
4242
# Let release-it handle the release process properly
43-
npm run release -- --ci --verbose --no-git.requireCleanWorkingDir
43+
npm run release -- --ci --verbose --no-git.requireCleanWorkingDir --no-increment
4444
4545
- name: Get version
4646
id: package-version

.github/workflows/frontend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.APP_INSTALLATION_TOKEN }}
5050
run: |
5151
# Let release-it handle the release process properly
52-
npm run release -- --ci --verbose --no-git.requireCleanWorkingDir
52+
npm run release -- --ci --verbose --no-git.requireCleanWorkingDir --no-increment
5353
5454
- name: Get version
5555
id: package-version

.github/workflows/gateway-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5353
run: |
5454
# Let release-it handle the release process properly
55-
npm run release -- --ci --verbose --no-git.requireCleanWorkingDir
55+
npm run release -- --ci --verbose --no-git.requireCleanWorkingDir --no-increment
5656
- name: Publish to NPM
5757
working-directory: services/gateway
5858
env:

0 commit comments

Comments
 (0)