From 3d3f27e399c29da115df343f6d3d188ab6d12d50 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:56:50 +0000 Subject: [PATCH 1/3] Initial plan From b08a1502715c0aafa90fe66ddb8a561d3e745bc7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:59:20 +0000 Subject: [PATCH 2/3] Update craft config to use floatingTags and remove versioning workflow Co-authored-by: vaind <6349682+vaind@users.noreply.github.com> --- .craft.yml | 2 ++ .github/workflows/versioning.yml | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 .github/workflows/versioning.yml diff --git a/.craft.yml b/.craft.yml index 1d7cfec..67098f1 100644 --- a/.craft.yml +++ b/.craft.yml @@ -5,3 +5,5 @@ artifactProvider: name: none targets: - name: github + floatingTags: + - 'v{major}' diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml deleted file mode 100644 index 7b5f58f..0000000 --- a/.github/workflows/versioning.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Sync tags with releases - -on: - workflow_dispatch: - # release: - # types: [published, edited] - -jobs: - actions-tagger: - runs-on: ubuntu-latest - steps: - - uses: Actions-R-Us/actions-tagger@f411bd910a5ad370d4511517e3eac7ff887c90ea # v2.0.2 - with: - publish_latest_tag: true From 4e367b03a0612b44ea4f2d9cf6c8928d7766dbce Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:13:48 +0100 Subject: [PATCH 3/3] Apply suggestion from @vaind --- .craft.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.craft.yml b/.craft.yml index 67098f1..d52a2de 100644 --- a/.craft.yml +++ b/.craft.yml @@ -7,3 +7,4 @@ targets: - name: github floatingTags: - 'v{major}' + - 'latest'