Skip to content

release: promote main - #98

Merged
carhartlewis merged 2 commits into
releasefrom
main
Aug 11, 2026
Merged

release: promote main#98
carhartlewis merged 2 commits into
releasefrom
main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Everything on main that release does not have yet. Merging this is what puts it in
front of users, because release is what a deploy and a plain clone both point at.

Nothing releasable is waiting — no version bump will ride along with this.

Merge it with a merge commit, not a squash: a squash would give release a new
commit of its own, and the tags on main would stop being ancestors of what you shipped.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
crm-agent Ready Ready Preview Aug 11, 2026 2:23am
crm-api Ready Ready Preview Aug 11, 2026 2:23am
crm-app Ready Ready Preview Aug 11, 2026 2:23am

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Re-trigger cubic

…equests (#105)

Co-authored-by: Lewis Carhart <lewis@trycomp.ai>
}

export function loaderUrl(appUrl: string): string {
return `${appUrl.replace(/\/+$/, "")}/t/crm.js`;
const path = raw.split(/[?#]/)[0] ?? "/";
if (!path.startsWith("/")) return "/";

const trimmed = path.length > 1 ? path.replace(/\/+$/, "") : path;
@carhartlewis
carhartlewis merged commit d0299d9 into release Aug 11, 2026
12 of 13 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.

2 participants