Skip to content

chore: add release branch workflows#4738

Merged
lukaisailovic merged 14 commits intomainfrom
chore/release-branch
Jul 30, 2025
Merged

chore: add release branch workflows#4738
lukaisailovic merged 14 commits intomainfrom
chore/release-branch

Conversation

@lukaisailovic
Copy link
Copy Markdown
Collaborator

@lukaisailovic lukaisailovic commented Jul 30, 2025

Description

Introduce a new release workflow with the release branch.
Added a manual workflow to start a release which will automatically figure out the next version and create a release branch. It will also start a Slack workflow to notify everyone involved.
Once we create a branch with release/xyz pattern, prepare release job will be ran to create a Publish PR.
On commits to release branch, we either update the Publish PR or if we detect version bump we trigger the release.
If the release is triggered, we PR back to main to merge the version bump and changeset removal.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

@vercel
Copy link
Copy Markdown

vercel bot commented Jul 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-basic-html ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 0:02am
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 0:02am
appkit-gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 0:02am
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 0:02am
10 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
appkit-basic-up-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
appkit-ethers5-bera ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
appkit-nansen-demo ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
appkit-vue-solana ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am
vue-wagmi-example ⬜️ Ignored (Inspect) Jul 30, 2025 0:02am

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jul 30, 2025

⚠️ No Changeset found

Latest commit: 2279696

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 30, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.61% 31857 / 41044
🔵 Statements 77.61% 31857 / 41044
🔵 Functions 69.08% 2628 / 3804
🔵 Branches 84.52% 6747 / 7982
File CoverageNo changed files found.
Generated in workflow #13863 for commit 2279696 by the Vitest Coverage Report Action

cursor[bot]

This comment was marked as outdated.

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.

3 participants