Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refactor release workflow #3678

Merged
merged 20 commits into from
Feb 14, 2025
Merged

chore: refactor release workflow #3678

merged 20 commits into from
Feb 14, 2025

Conversation

nedsalk
Copy link
Contributor

@nedsalk nedsalk commented Feb 7, 2025

Summary

This PR splits the release workflow into three workflows:

  • changesets-pr.yaml, which creates/updates the changesets PR,
  • release.yaml, which publishes releases when the changesets PR is merged,
  • publish-to-next.yaml, which publishes to the next in our GitHub npm registry on every merge to master

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@nedsalk nedsalk added the chore Issue is a chore label Feb 7, 2025
@nedsalk nedsalk self-assigned this Feb 7, 2025
Copy link

vercel bot commented Feb 7, 2025

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

Name Status Preview Comments Updated (UTC)
fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 9:05am
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 9:05am
ts-docs-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 9:05am

@nedsalk nedsalk force-pushed the ns/chore/release-workflow branch from 880378b to 22bcc4e Compare February 7, 2025 14:30
@nedsalk nedsalk force-pushed the ns/chore/release-workflow branch from 22bcc4e to e2167f2 Compare February 7, 2025 14:31
@nedsalk nedsalk changed the title chore: split release workflow into release and changesets PR chore: refactor release workflow Feb 7, 2025
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
77.2%(+0.05%) 70.88%(+0.19%) 75.31%(+0.01%) 77.19%(+0.04%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/provider.ts 67.53%
(+0.58%)
59.8%
(+2.73%)
68.04%
(+0%)
67.29%
(+0.56%)
🔴 packages/errors/src/test-utils/expect-to-throw-fuel-error.ts 91.66%
(-0.34%)
88.88%
(+0%)
100%
(+0%)
91.66%
(-0.34%)

@nedsalk nedsalk merged commit 02503a6 into master Feb 14, 2025
25 checks passed
@nedsalk nedsalk deleted the ns/chore/release-workflow branch February 14, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple release workflow
3 participants