Skip to content

Commit e864df1

Browse files
committed
Fixed the release process (Step 11 was invalid)
1 parent 81519eb commit e864df1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: ext/release-process.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ Step 7 - Update "version" property in hivemq-edge/hivemq-edge/gradle.properties
88
Step 8 - Update "hivemq-edge-extension-sdk.version" property in hivemq-edge/hivemq-edge/gradle.properties
99
Step 9 - Update "version" property in ~all hivemq-edge/modules/${moduleName}/gradle.properties
1010
Step 10 - Update "version" property in hivemq-edge-composite/gradle.properties
11-
!!!!! Step 11 - Update "hivemq-edge-extension-sdk.version" property in hivemq-edge-composite/gradle.properties
12-
Step 12 - Update "version" property in hivemq-edge-extension-sdk/gradle.properties
13-
Step 13(a) - Update VERSION field in HiveMQEdgeConstants (this is where the module versions are derived - for now)
14-
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
15-
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)
11+
Step 11 - Update "version" property in hivemq-edge-extension-sdk/gradle.properties
12+
Step 12 - Update VERSION field in HiveMQEdgeConstants (this is where the module versions are derived - for now)
13+
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
14+
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)
1615

1716
Step 14 - Run a full gradle refresh on your workspace (this may take a few seconds)
1817
Step 15 - Execute "./gradlew :hiveMqEdgeZip" at the terminal whilst in the ./hivemq-edge project

0 commit comments

Comments
 (0)