Skip to content

Commit 0b62201

Browse files
committed
v18
1 parent e954e7d commit 0b62201

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PUBLISH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This command will:
8080

8181
```bash
8282
# Set the version (e.g. 17, 16, 15, etc.)
83-
VERSION=17
83+
VERSION=18
8484

8585
cd types/${VERSION}
8686
pnpm version patch
@@ -94,7 +94,7 @@ Promote to latest (optional)
9494

9595
```bash
9696
# Set the version (e.g. 17, 16, 15, etc.)
97-
VERSION=17
97+
VERSION=18
9898

9999
# Promote pg${VERSION} tag to latest
100100
npm dist-tag add @pgsql/types@pg${VERSION} latest
@@ -109,7 +109,7 @@ npm dist-tag add @pgsql/types@pg${VERSION} latest
109109

110110
```bash
111111
# Set the version (e.g. 17, 16, 15, etc.)
112-
VERSION=17
112+
VERSION=18
113113

114114
cd enums/${VERSION}
115115
pnpm version patch
@@ -123,7 +123,7 @@ Promote to latest (optional)
123123

124124
```bash
125125
# Set the version (e.g. 17, 16, 15, etc.)
126-
VERSION=17
126+
VERSION=18
127127

128128
# Promote pg${VERSION} tag to latest
129129
npm dist-tag add @pgsql/enums@pg${VERSION} latest
@@ -139,7 +139,7 @@ npm dist-tag add @pgsql/enums@pg${VERSION} latest
139139
### Quick Publish
140140
```bash
141141
# Set the version (e.g. 17, 16, 15, etc.)
142-
VERSION=17
142+
VERSION=18
143143

144144
# Build and publish a specific version
145145
cd versions/${VERSION}

0 commit comments

Comments
 (0)