You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/maintainer/index.mdx
+19-19
Original file line number
Diff line number
Diff line change
@@ -165,10 +165,10 @@ update the dependencies in `build-assets/package.json`.
165
165
166
166
### Increase the version and update it in the top `package.json`
167
167
168
-
- determine the version (like <code>{customField('xpackVersion')}</code>)
168
+
- determine the version (like <code>14.2.1-1.1.1</code>)
169
169
- update the version in top `package.json`
170
170
- use the new version, suffixed by `.pre`,
171
-
like <code>{customField('xpackVersion')}.{customField('npmSubversion')}.pre</code>.
171
+
like <code>14.2.1-1.1.1.pre</code>.
172
172
173
173
### Update the `websiteConfig` in `website/package.json` (if necessary)
174
174
@@ -192,9 +192,9 @@ the **Increase the version and update VERSION** section.
192
192
193
193
### Increase the version and update VERSION
194
194
195
-
Determine the version (like <code>{customField('xpackVersion')}</code>)
195
+
Determine the version (like <code>14.2.1-1.1</code>)
196
196
and update the `build-assets/scripts/VERSION` file; the format
197
-
is <code>{customField('xpackVersion')}</code>.
197
+
is <code>14.2.1-1.1</code>.
198
198
{isXpackSubversionDouble() ?
199
199
'The fourth & fifth numbers are the xPack release number of this version. A sixth':
200
200
'The fourth number is the xPack release number of this version. A fifth'} numberwillbeaddedtotheversionin`package.json`whenthepackageispublishedtothe`npm`server.
@@ -213,7 +213,7 @@ Check GitHub issues and pull requests:
0 commit comments