Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

Craft now supports automatic major version tag management via floatingTags configuration (getsentry/craft#733). This replaces the need for a separate GitHub Actions workflow using actions-tagger.

Changes

  • .craft.yml: Added floatingTags: ['v{major}'] to GitHub target
  • .github/workflows/versioning.yml: Removed workflow (no longer needed)

Behavior

When a release is published (e.g., v1.2.3), Craft automatically creates/updates the corresponding major version tag (v1). This is the same behavior as the removed workflow, but handled natively by Craft.

targets:
  - name: github
    floatingTags:
      - 'v{major}'

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • getsentry.github.io
    • Triggering command: /usr/bin/curl curl -s REDACTED (dns block)
  • https://api.github.com/repos/getsentry/craft/issues/733/comments
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/getsentry/craft/issues/events/22362188285
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: vaind <6349682+vaind@users.noreply.github.com>
Copilot AI changed the title [WIP] Update craft config and remove action labeler Replace actions-tagger workflow with Craft's floatingTags Jan 29, 2026
Copilot AI requested a review from vaind January 29, 2026 08:02
@vaind vaind marked this pull request as ready for review January 29, 2026 08:14
@vaind vaind changed the title Replace actions-tagger workflow with Craft's floatingTags chore(release): Replace actions-tagger workflow with Craft's floatingTags Jan 29, 2026
@github-actions
Copy link
Contributor

Warnings
⚠️ Could not load custom Dangerfile: .github/test-dangerfile-curl.js Error: ENOENT: no such file or directory, lstat '/github/workspace/.github/test-dangerfile-curl.js'

Generated by 🚫 dangerJS against 4e367b0

@vaind vaind merged commit 4cf47d5 into main Jan 29, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants