We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8302637 commit 88914a4Copy full SHA for 88914a4
.github/workflows/release-drafter-dev.yml
@@ -48,7 +48,7 @@ jobs:
48
git config --local user.name "github-actions[bot]"
49
- name: Bump version
50
run: |
51
- npm version prerelease -m "beep boop version bump"
+ npm version prerelease
52
- name: Push changes
53
54
git add package.json
0 commit comments