File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
website/docs/maintainer/_common Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ commits are pushed to GitHub.
273273
274274:::caution
275275
276- This is particularly crucial for extensive projects ; otherwise ,
276+ This is particularly crucial for large projects ; otherwise ,
277277the build may proceed with the previous version .
278278
279279:::
@@ -470,6 +470,13 @@ rm -rf ~/Work/xpack-dev-tools/*/build-assets/build
470470
471471- ** push ** the ` xpack-development ` branch to GitHub
472472
473+ :::caution
474+
475+ This is particularly crucial for large projects ; otherwise ,
476+ the build may proceed with the previous version .
477+
478+ :::
479+
473480### Check if the helper is pushed and published
474481
475482The helper ` xpack ` branch must be updated and the npm package published .
@@ -692,7 +699,7 @@ The tests results are available from the
692699
693700### Copy the test results
694701
695- For the toolchain projects , use the ** Artifact download UR **
702+ For the toolchain projects , use the ** Artifact download URL **
696703from the ** Generate tests report ** GitHub Action to
697704download the ` test-report.zip ` file , unzip it
698705and copy the markdown file to ` website/docs/tests ` .
You can’t perform that action at this time.
0 commit comments