chore: release main#76
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
April 12, 2026 18:11
2bd197f to
ba79961
Compare
Contributor
There was a problem hiding this comment.
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
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
April 12, 2026 18:13
ba79961 to
927c2be
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
ask-plugin: 0.4.1
0.4.1 (2026-04-12)
Bug Fixes
This PR was generated with Release Please. See documentation.