From e864df155be98e0640a776a85b11b4fa1a4c8ef8 Mon Sep 17 00:00:00 2001 From: Simon Johnson <2924684+simon622@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:20:19 +0100 Subject: [PATCH] Fixed the release process (Step 11 was invalid) --- ext/release-process.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ext/release-process.txt b/ext/release-process.txt index d9f757c189..dca9e71697 100644 --- a/ext/release-process.txt +++ b/ext/release-process.txt @@ -8,11 +8,10 @@ Step 7 - Update "version" property in hivemq-edge/hivemq-edge/gradle.properties Step 8 - Update "hivemq-edge-extension-sdk.version" property in hivemq-edge/hivemq-edge/gradle.properties Step 9 - Update "version" property in ~all hivemq-edge/modules/${moduleName}/gradle.properties Step 10 - Update "version" property in hivemq-edge-composite/gradle.properties -!!!!! Step 11 - Update "hivemq-edge-extension-sdk.version" property in hivemq-edge-composite/gradle.properties -Step 12 - Update "version" property in hivemq-edge-extension-sdk/gradle.properties -Step 13(a) - Update VERSION field in HiveMQEdgeConstants (this is where the module versions are derived - for now) -Step 13(b) - Ensure any ~new protocol adapter definitions are added to the "modules" array hivemq-edge/src/resources/hivemq-edge-configuration.json remote config file -Step 13(c) - Update all the "version" attributes in each of the objects in the "modules" array in the hivemq-edge/src/resources/hivemq-edge-configuration.json file (this surfaces these modules up to legacy installations) +Step 11 - Update "version" property in hivemq-edge-extension-sdk/gradle.properties +Step 12 - Update VERSION field in HiveMQEdgeConstants (this is where the module versions are derived - for now) +Step 13(a) - Ensure any ~new protocol adapter definitions are added to the "modules" array hivemq-edge/src/resources/hivemq-edge-configuration.json remote config file +Step 13(b) - Update all the "version" attributes in each of the objects in the "modules" array in the hivemq-edge/src/resources/hivemq-edge-configuration.json file (this surfaces these modules up to legacy installations) Step 14 - Run a full gradle refresh on your workspace (this may take a few seconds) Step 15 - Execute "./gradlew :hiveMqEdgeZip" at the terminal whilst in the ./hivemq-edge project