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
. Create a working branch for your project by using your version control system.
40
38
41
-
. Install the *latest version* of the Quarkus CLI to use in the next step. For more information, see link:https://quarkus.io/guides/cli-tooling#installing-the-cli[Installing the CLI].
42
-
Confirm the version number by using `quarkus -v`.
39
+
. To use the Quarkus CLI in the next step, link:https://quarkus.io/guides/cli-tooling#installing-the-cli[install the latest version of the Quarkus CLI].
40
+
Confirm the version number using `quarkus -v`.
43
41
44
42
. Go to the project directory and update the project to the latest stream:
45
43
+
@@ -74,7 +72,7 @@ ifdef::devtools-wrapped[+]
74
72
75
73
. Use a diff tool to inspect all changes.
76
74
77
-
. Review the {quarkus-migration-guide}[Migration Guide] topics for items that were not updated by the update command.
75
+
. Review the {quarkus-migration-guide} for items that were not updated by the update command.
78
76
If your project has such items, implement the additional steps advised in these topics.
79
77
80
78
. Ensure the project builds without errors, all tests pass, and the application functions as required before deploying to production.
0 commit comments