From e23fc252fbac2aba69f1f1268af9425af4d43d19 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 15 Jul 2025 08:06:39 +0300 Subject: add vibe coding info --- internal/cmd/sync.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/cmd') diff --git a/internal/cmd/sync.go b/internal/cmd/sync.go index 9efa432..abedb7e 100644 --- a/internal/cmd/sync.go +++ b/internal/cmd/sync.go @@ -196,5 +196,7 @@ func buildFlags() *cli.Flags { NoCheckReleases: noReleases, AutoCreateReleases: autoCreate, AIReleaseNotes: !noAIReleaseNotes, + CreateGitHubRepos: createRepos, + CreateCodebergRepos: createRepos, } } \ No newline at end of file -- cgit v1.2.3