You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPING.md
+4
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,7 @@ Running tests for the `web` platform requires some preparation to be executed. T
7
7
See the [test action](./.github/workflows/test.yaml) for the latest steps.
8
8
9
9
On your local machine run the commands from the `Install SQLite`, `Compile WebWorker` and `Run Tests` steps.
10
+
11
+
## Releases
12
+
13
+
Web worker files are compiled and uploaded to draft Github releases whenever tags matching `v*` are pushed. These tags are created when versioning. Releases should be manually finalized and published when releasing new package versions.
0 commit comments