Skip to content

Commit 40fca20

Browse files
committed
feat(cli): use prerelease/sdk-12 branch for create command
1 parent bfe293b commit 40fca20

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/soft-planets-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": patch
3+
---
4+
5+
use prerelease/sdk-12 branch for create command

apps/cli/src/commands/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { TemplateProvider } from "giget";
44
import { DownloadTemplateResult, downloadTemplate } from "giget";
55
import ora from "ora";
66

7-
export const DEFAULT_TEMPLATES_BRANCH = "sdk-0.9";
7+
export const DEFAULT_TEMPLATES_BRANCH = "prerelease/sdk-12";
88

99
const TEMPLATES = [
1010
"cpp",

0 commit comments

Comments
 (0)