Skip to content

Unblock the 3.0.0 release workflow#16

Merged
0xcadams merged 1 commit into
mainfrom
copilot/release-new-version-package
Apr 29, 2026
Merged

Unblock the 3.0.0 release workflow#16
0xcadams merged 1 commit into
mainfrom
copilot/release-new-version-package

Conversation

Copilot AI commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

The repo was already versioned for fugue@3.0.0, but the release workflow would fail on the formatting gate before publish. This change aligns the repo with the existing formatting policy so the release path can proceed.

  • Release blocker

    • Reformatted files that were failing the repository-wide Prettier check:
      • examples/kanban/app/globals.css
      • examples/kanban/src/lib/db.ts
      • why-fugue.md
  • Scope

    • No behavioral changes to the package or release workflow.
    • No versioning or packaging metadata changes.
  • Representative diff

    function getDatabaseUrl() {
      const value = process.env.ZERO_UPSTREAM_DB;
    
      if (!value) {
        throw new Error("Set ZERO_UPSTREAM_DB before starting the kanban example.");
      }
    
      return value;
    }

Agent-Logs-Url: https://github.com/0xcadams/fugue/sessions/137cd2e1-a165-4980-bbc0-c1e598927f59

Co-authored-by: 0xcadams <32714304+0xcadams@users.noreply.github.com>
@vercel

vercel Bot commented Apr 29, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
fugue-kanban Ready Ready Preview, Comment Apr 29, 2026 4:07am

Request Review

@0xcadams 0xcadams marked this pull request as ready for review April 29, 2026 04:07
@0xcadams 0xcadams enabled auto-merge (squash) April 29, 2026 04:07
@0xcadams 0xcadams merged commit bef67a9 into main Apr 29, 2026
4 checks passed
@0xcadams 0xcadams deleted the copilot/release-new-version-package branch April 29, 2026 04:08
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.

2 participants