From aaa7d59ba650cfb221230885ff2a862a63edeec0 Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 27 Feb 2024 10:02:59 -0500 Subject: [PATCH] fix tag command in docs --- docs/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 83cf9d93..3fbbf193 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -39,7 +39,7 @@ Follow [instructions](https://github.com/haveno-dex/haveno-ts#run-tests) to run ## Release portable Monero binaries for each platform 1. Update the release-v0.18 branch on Haveno's [monero repo](https://github.com/haveno-dex/monero) to the latest release from upstream + any customizations (e.g. a commit to speed up testnet hardforks for local development). -2. `git tag && git push haveno-monero ` +2. `git tag && git push origin ` 3. Follow instructions to [build portable binaries for each platform](#build-portable-monero-binaries-for-each-platform). 4. Publish a new release at https://github.com/haveno-dex/monero/releases with the updated binaries and hashes. 5. Update the paths and hashes in build.gradle and PR.