Skip to content

Commit 2d8c895

Browse files
committed
website update
1 parent ffe0e1a commit 2d8c895

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11

2+
import versionMajor from '@site/src/libs/versionMajor';
3+
24
{/* ------------------------------------------------------------------------ */}
5+
6+
The strategy with the development builds is to run them in descending order
7+
({versionMajor()}.2, {versionMajor() - 1}.3, {versionMajor() - 2}.4, {versionMajor() - 3}.5).
8+
9+
For this update the top `package.json` and `build-assets/scripts/VERSION` files
10+
and run the build scripts.
11+
12+
Then perform the steps to make the production builds in ascending order
13+
({versionMajor() - 3}.5, {versionMajor() - 2}.4, {versionMajor() - 1}.3, {versionMajor()}.2),
14+
with full tests and website updates.

0 commit comments

Comments
 (0)