We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d527c1 commit 49a2b00Copy full SHA for 49a2b00
scripts/prepare-release.sh
@@ -32,4 +32,10 @@ cd "$PARENT_DIR" || { echo "Error: Failed to navigate to parent folder."; exit 1
32
33
# Update the category.xml file with the new version at the updatesite module
34
chmod +x ./scripts/update-category.sh
35
-./scripts/update-category.sh ${NEW_VERSION}
+./scripts/update-category.sh ${NEW_VERSION}
36
+
37
+# Generate target files for the new release
38
+mvn package
39
40
+# Zip the update site and copy it to the release folder
41
+mkdir release && (cd com.developer.nefarious.zjoule.updatesite/target/repository && zip -r ../../../release/test.zip .)
0 commit comments