Skip to content

Commit cd8b425

Browse files
committed
publish
1 parent 2beef7c commit cd8b425

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

PUBLISH.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,13 @@
22

33
## Types Packages
44

5-
Quick Publish
6-
7-
```bash
8-
# Set the version (e.g. 17, 16, 15, etc.)
9-
VERSION=17
10-
11-
# Build and prepare a specific version
12-
pnpm --filter "@libpg-query/types${VERSION}" version patch
13-
git add . && git commit -m "release: bump @libpg-query/types${VERSION} version"
14-
pnpm --filter "@libpg-query/types${VERSION}" run build
15-
pnpm --filter "@libpg-query/types${VERSION}" run prepare:types
16-
pnpm --filter "@libpg-query/types${VERSION}" publish --tag pg${VERSION}
17-
```
18-
19-
Or build all types
20-
215
```bash
226
# Set the version (e.g. 17, 16, 15, etc.)
237
VERSION=17
248

259
cd types/${VERSION}
2610
pnpm version patch
27-
git add . && git commit -m "release: bump @libpg-query/types${VERSION} version"
11+
git add . && git commit -m "release: bump @pgsql/types${VERSION} version"
2812
pnpm build
2913
pnpm prepare:types
3014
pnpm publish --tag pg${VERSION}

0 commit comments

Comments
 (0)