@@ -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
8585cd types/${VERSION}
8686pnpm 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
100100npm 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
114114cd enums/${VERSION}
115115pnpm 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
129129npm 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
145145cd versions/${VERSION}
0 commit comments