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 7e06bb9 commit 630bbb8Copy full SHA for 630bbb8
.github/workflows/ci.yml
@@ -31,5 +31,5 @@ jobs:
31
- uses: actions/setup-node@v5
32
with: { node-version: lts/*, cache: "pnpm" }
33
- run: pnpm install
34
- - run: pnpm changelogen --bump --canary nightly
+ - run: pnpm changelogen --bump -r 2.0.0 --canary nightly
35
- run: npm i -g npm@latest && npm publish --tag latest
0 commit comments