Skip to content

feat: automatically publish floating tags - #5

Merged
janbuchar merged 2 commits into
mainfrom
feat/floating-tags
May 20, 2026
Merged

feat: automatically publish floating tags#5
janbuchar merged 2 commits into
mainfrom
feat/floating-tags

Conversation

@apify-service-account

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

Copy link
Copy Markdown
Contributor

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
@janbuchar janbuchar self-assigned this May 20, 2026
@janbuchar
janbuchar merged commit 8c169d8 into main May 20, 2026
1 check passed
@janbuchar
janbuchar deleted the feat/floating-tags branch May 20, 2026 20:48
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

2 participants