We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca48f6e commit da72cbdCopy full SHA for da72cbd
1 file changed
RELEASE.md
@@ -0,0 +1,8 @@
1
+# Release Checklist
2
+
3
+- Build zip: `blender.exe --command extension build --source-dir . --output-dir ./dist`
4
+- In Blender, remove any dev symlink/junction install of `blender_bridge`
5
+- Install `dist/blender_bridge-<version>.zip` via `Install from Disk`
6
+- Confirm no manifest warning appears
7
+- Enable addon and verify toggle, `Copy Agent Instructions`, and HTTP POST to `http://localhost:9876`
8
+- Re-enable dev symlink/junction after release testing if needed
0 commit comments