Skip to content

chore: release main#76

Merged
amondnet merged 1 commit into
mainfrom
release-please--branches--main
Apr 12, 2026
Merged

chore: release main#76
amondnet merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

ask-plugin: 0.4.1

0.4.1 (2026-04-12)

Bug Fixes

  • ci: add concurrency control to release workflow (b03197f)
  • ci: patch lockfile workspace versions instead of full re-resolve (93e97d8)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 12, 2026

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

Latest commit: ba79961
Status:🚫  Build failed.

View logs

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 12, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from 2bd197f to ba79961 Compare April 12, 2026 18:11
@dosubot dosubot Bot added the type:chore Maintenance, build, dependencies label Apr 12, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Auto-approved: Automated release PR containing only version bumps and changelog updates; no logic changes.

Architecture diagram
sequenceDiagram
    participant Dev as Developer
    participant GHA as GitHub Actions
    participant CM as Concurrency Manager
    participant RP as Release Please
    participant Git as Repository (main)

    Note over GHA,CM: NEW: Release Workflow Concurrency Control
    
    Dev->>Git: Push commits to main branch
    Git->>GHA: Trigger 'release-main' workflow
    
    GHA->>CM: Check for active runs in group
    alt Previous run in progress
        CM->>GHA: NEW: Cancel previous run / queue current
    else No active runs
        CM-->>GHA: Proceed with execution
    end

    GHA->>RP: Initialize release manifest
    RP->>Git: Fetch commit history & tags
    
    Note over RP,Git: Determine version & changelog updates
    
    RP->>Git: CHANGED: Update CHANGELOG.md (0.4.1)
    RP->>Git: CHANGED: Bump package versions
    
    RP->>Git: Create or update Release PR
    Git-->>Dev: Notification: Release PR 0.4.1 ready for review
Loading

@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from ba79961 to 927c2be Compare April 12, 2026 18:13
@amondnet
amondnet merged commit 03bac18 into main Apr 12, 2026
1 check was pending
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged size:XS This PR changes 0-9 lines, ignoring generated files. type:chore Maintenance, build, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant