Skip to content

Commit

Permalink
Fixed the release process (Step 11 was invalid)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon622 committed Sep 26, 2023
1 parent 81519eb commit e864df1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ext/release-process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e864df1

Please sign in to comment.