Skip to content

Commit 017d1f5

Browse files
committed
chore: point init $schema at the feat/cli-v2 ref
So a flagsmith.json written by a branch build resolves its schema (main has no schema/flagsmith.json yet). Revert to main / a release tag before merge. beep boop
1 parent 7a43aff commit 017d1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
// version is the CLI version tag, stamped by the release build; the
2222
// $schema URL written by init pins the schema of the writing CLI.
23-
var version = "main"
23+
var version = "feat/cli-v2"
2424

2525
func schemaURL() string {
2626
return fmt.Sprintf(

0 commit comments

Comments
 (0)