From 662f45a6f0d8c820152bee30b43dce58161c4a1d Mon Sep 17 00:00:00 2001 From: Sergiy Dybskiy Date: Wed, 25 Feb 2026 19:38:32 -0500 Subject: [PATCH] ci: add github target to craft config Create GitHub releases with tags and changelog on each release. The workflow already has GITHUB_TOKEN and contents:write permission. Co-Authored-By: Claude Opus 4.6 --- .craft.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.craft.yml b/.craft.yml index a50ac13..8fe8537 100644 --- a/.craft.yml +++ b/.craft.yml @@ -4,4 +4,5 @@ changelog: versionBump: policy: auto targets: + - name: github - name: npm