Skip to content

feat: automatically publish floating tags#5

Open
apify-service-account wants to merge 1 commit into
mainfrom
feat/floating-tags
Open

feat: automatically publish floating tags#5
apify-service-account wants to merge 1 commit into
mainfrom
feat/floating-tags

Conversation

@apify-service-account
Copy link
Copy Markdown

@apify-service-account apify-service-account commented May 13, 2026

Summary

Why

Users referencing uses: apify/setup-apify-cli-action@v1 in their workflows expect to always get the latest v1.x.x release. Without this workflow the v1 tag was never updated, so it stayed stuck at the first v1 release. This is the same pattern as referenced in apify/crawlee-python#1880.

Test plan

  • Create a new GitHub release (e.g. v1.0.1) and confirm the v1 tag is moved to that commit
  • Confirm that a workflow using @v1 picks up the new version

🤖 Generated with Claude Code

When a new release (e.g. v1.2.3) is published, this workflow uses
actions/publish-action to update the floating major and minor version
tags (e.g. v1, v1.2) so users referencing `@v1` always get the latest.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@janbuchar janbuchar changed the title feat: automatically publish floating tags (fixes #issue) feat: automatically publish floating tags May 14, 2026
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.

Automatically publish floating tags

1 participant