Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 99837b2

Browse files
committed
include git push
1 parent 591ebd2 commit 99837b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ npm install --workspace miniflare "workerd@${WORKERD_VERSION}"
2121
# bump version and commit and tag release
2222
npm version "$MINIFLARE_VERSION" --force --include-workspace-root --workspace miniflare -m "Bump versions to %s"
2323

24+
git push -u "${USER}/v${MINIFLARE_VERSION}"
25+
git push --tags
26+
2427
# publish to npm
2528
npm run prepublishOnly
2629
npm publish -ws

0 commit comments

Comments
 (0)