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-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,10 @@ update the dependencies in `build-assets/package.json`.
164
164
165
165
### Increase the version and update it in the top `package.json`
166
166
167
-
- determine the version (like <code>{customField('xpackVersion')}</code>)
167
+
- determine the version (like <code>4.9.0-3.1</code>)
168
168
- update the version in top `package.json`
169
169
- use the new version, suffixed by `.pre`,
170
-
like <code>{customField('xpackVersion')}.{customField('npmSubversion')}.pre</code>.
170
+
like <code>4.9.0-3.1.pre</code>.
171
171
172
172
### Update the `websiteConfig` in `website/package.json` (if necessary)
173
173
@@ -191,9 +191,9 @@ the **Increase the version and update VERSION** section.
191
191
192
192
### Increase the version and update VERSION
193
193
194
-
Determine the version (like <code>{customField('xpackVersion')}</code>)
194
+
Determine the version (like <code>4.9.0-3</code>)
195
195
and update the `build-assets/scripts/VERSION` file; the format
196
-
is <code>{customField('xpackVersion')}</code>.
196
+
is <code>4.9.0-3</code>.
197
197
{isXpackSubversionDouble() ?
198
198
'The fourth & fifth numbers are the xPack release number of this version. A sixth':
199
199
'The fourth number is the xPack release number of this version. A fifth'} numberwillbeaddedtotheversionin`package.json`whenthepackageispublishedtothe`npm`server.
@@ -212,7 +212,7 @@ Check GitHub issues and pull requests:
0 commit comments