Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update heartwood version
Sebastian Martinez committed 2 years ago
commit 800a9767d6f1daf397a18f1bb4a9320b2bf301e8
parent a650c3738370d3450128fdee328616309ce45d57
3 files changed +3 -3
modified tests/support/fixtures.ts
@@ -333,7 +333,7 @@ export async function createSourceBrowsingFixture(
      "main",
      "--description",
      "Git repository for source browsing tests",
-
      "--announce",
+
      "--public",
    ],
    { cwd: aliceProjectPath },
  );
modified tests/support/heartwood-version
@@ -1 +1 @@
-
f6bd7a3dc6176adbd8b55f3a0801b6ecb26b1649
+
a3f460e67d90f3406ec2dfbd1f21c3876a38c65a
modified tests/support/project.ts
@@ -26,7 +26,7 @@ export async function createProject(
      defaultBranch,
      "--description",
      description,
-
      "--announce",
+
      "--public",
    ],
    {
      cwd: projectFolder,