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 11 months ago
commit da4bbe2fc136918903e20d01f7a1893a4732462c
parent 36082f6815941f75d9e8a9ba66fa96905e4c8035
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`.