Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Post-release fixups
Merged rudolfs opened 1 month ago
3 files changed +7 -2 82807ece 9f20920e
modified CHANGELOG.md
@@ -5,6 +5,10 @@
- Changed default seed node to iris.radicle.xyz
- Updated to Heartwood 1.7.1

+
**Shout-out to our contributors 🙏✨**
+

+
- [lorenz](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz)
+


### v0.9.0

modified Dockerfile.release
@@ -59,7 +59,7 @@ RUN apt-get install -y --no-install-recommends \
# Rust: native ARM64 toolchain so the Tauri CLI runs without emulation,
# plus the x86_64 target for the actual compiled output.
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
-
    sh -s -- -y --default-toolchain 1.84.1
+
    sh -s -- -y --default-toolchain 1.90
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add x86_64-unknown-linux-gnu

modified RELEASE.md
@@ -23,7 +23,8 @@
  ```

- Update the version in `crates/radicle-tauri/tauri.conf.json`.
-
- Update `CHANGELOG.md` — only include changes relevant to users.
+
- Update `CHANGELOG.md` — only include changes relevant to users. Add a shoutout
+
  to any external contributors.
- Commit the changes `git commit -a -m "Release v${VERSION}"`. This commit is the
  _Release Commit_.
- In your working shell, set the release commit SHA