Skip to content

fix(ci): add sync-docs to release workflows, pass GITHUB_TOKEN#109

Merged
jamierpond merged 1 commit intonextfrom
jp/fix-release
Feb 27, 2026
Merged

fix(ci): add sync-docs to release workflows, pass GITHUB_TOKEN#109
jamierpond merged 1 commit intonextfrom
jp/fix-release

Conversation

@jamierpond
Copy link
Copy Markdown
Owner

Summary

  • Add make sync-docs step to both release.yaml and next-release.yaml before GoReleaser runs — fixes the pattern topics: no matching files found build error caused by the docs consolidation in Consolidate docs #108
  • Pass GITHUB_TOKEN to web build step in web-tests.yml — fixes blog page 404 in integration tests

Test plan

  • Next Release workflow passes on next branch
  • Web Tests workflow passes on next branch
  • Release workflow will work on next tag push

Generated with Claude Code

…b build

The Consolidate docs PR moved topic files to docs/topics/ with a sync-docs
make target, but both release workflows were missed. GoReleaser builds fail
because go:embed can't find cli/internal/docs/topics/.

Web tests fail because the blog build needs GITHUB_TOKEN to fetch content
from the external madea.blog repo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
yapi Building Building Preview, Comment Feb 27, 2026 5:50am

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.43%. Comparing base (6a3f0a5) to head (59f0f7b).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #109   +/-   ##
=======================================
  Coverage   52.43%   52.43%           
=======================================
  Files          35       35           
  Lines        3652     3652           
=======================================
  Hits         1915     1915           
  Misses       1548     1548           
  Partials      189      189           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jamierpond jamierpond merged commit 848af67 into next Feb 27, 2026
7 checks passed
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.

1 participant