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 293682e commit 363294cCopy full SHA for 363294c
scripts/release.sh
@@ -12,6 +12,6 @@ git diff --exit-code
12
13
pnpm lerna version $1 -y
14
pnpm moon run :build
15
-pnpm lerna publish from-package -y
+pnpm publish -r --access=public
16
NEW_VERSION=$(pnpm lerna list --json | jq -r '.[] | select(.name == "@codspeed/core") | .version')
17
gh release create v$NEW_VERSION --title "v$NEW_VERSION" --generate-notes -d
0 commit comments