Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add disclaimer about cleaning up dependencies before release
Sebastian Martinez committed 0 years ago
commit c35d1cb79f3f7813212e860509663a04379b3855
parent 33dd37714b7dbf56a11339a4c6f56f11d8b85351
1 file changed +1 -0
modified RELEASE.md
@@ -8,6 +8,7 @@
  - The commit message should start with `Release` followed by `v<version_number>`.
- Wait for CI to pass and get peer approval.
- Build the macOS app locally: `npm run tauri build`.
+
  - Make sure to clean any transient dependencies with `cargo clean && rm -rf node_modules` before building.
- Upload the macOS build to [MinIO][0] in the same folder as the latest Linux build.
- Create a patch on [radworks-product][1] to [update the download links][2].
- Once merged, publish the website: `git push github main`.