Skip to content

Commit 0d100d2

Browse files
committed
better version hint
1 parent 78a710a commit 0d100d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/concise-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Version to release (e.g., 5.2.0)'
7+
description: 'Version to release ("major", "minor", "patch", or "pre*" version; or specify version like "5.3.3" [default: "patch"])'
88
required: true
99
type: string
1010

@@ -40,7 +40,7 @@ jobs:
4040

4141
# Release using the monorepo approach
4242
- name: Release packages
43-
run: npm run release -- ${{ github.event.inputs.version }} --ci
43+
run: npm run release -- --dry-run --VV --ci -i ${{ github.event.inputs.version }}
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)