Skip to content

Add build CI and automate fontdue-js bumps#4

Merged
tomconroy merged 1 commit into
mainfrom
ci-and-dependabot
Jul 10, 2026
Merged

Add build CI and automate fontdue-js bumps#4
tomconroy merged 1 commit into
mainfrom
ci-and-dependabot

Conversation

@tomconroy

Copy link
Copy Markdown
Member

Adds CI and automates the fontdue-js bump, so the release process no longer has to touch this repo by hand.

.github/workflows/build.yml — runs npm ci && npm run build on every PR and on main. This repo had no CI at all, so nothing verified that a new fontdue-js still compiles here. The release-time build was the only check, and it was manual.

.github/dependabot.yml — watches fontdue-js only, and bumps the exact pin in place rather than widening it to a range.

Automerge — the automerge job merges Dependabot's patch and minor bumps once build passes. needs: build is the gate; major bumps are left for a human, since those are the ones that break templates.

The build needs a reachable Fontdue backend, so the workflow points at the public staging URL (https://example.fontdue.xyz). No secrets required.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@netlify

netlify Bot commented Jul 10, 2026

Copy link
Copy Markdown

Deploy Preview for fontdue-example-react-router ready!

Name Link
🔨 Latest commit 386a383
🔍 Latest deploy log https://app.netlify.com/projects/fontdue-example-react-router/deploys/6a50ec45752a41000840f89c
😎 Deploy Preview https://deploy-preview-4--fontdue-example-react-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@tomconroy tomconroy merged commit f2d9b7c into main Jul 10, 2026
6 checks passed
@tomconroy tomconroy deleted the ci-and-dependabot branch July 10, 2026 13:04
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