release: promote main - #74
Merged
Merged
Conversation
Co-authored-by: Lewis Carhart <lewis@trycomp.ai>
Comment on lines
+90
to
+95
| const key = label | ||
| .trim() | ||
| .toLowerCase() | ||
| .replace(/['’]/g, "") | ||
| .replace(/[^a-z0-9]+/g, "_") | ||
| .replace(/^_+|_+$/g, "") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Everything on
mainthatreleasedoes not have yet. Merging this ships it: thecommits below land on
release, and release-please then opens achore(release)pullrequest that writes the changelog, bumps the version and cuts the tag.
Merge it with a merge commit, not a squash — release-please reads these subjects to
work out the version, and a squash would flatten them into one.
Summary by cubic
Promotes main for release and ships custom fields, bulk record actions, and Microsoft sign-in with Outlook mailbox sync. Also unifies mail sync under a shared mailbox layer, adds a pre-push quality gate, and switches releases to run from the
releasebranch.New Features
fieldsAPI module, agent tools, create/update/archive, value writes on companies/contacts/deals, and backfill tasks.mailboxlayer used by Gmail and Outlook; conversation view now links to the source mailbox./internal/sync/mailboxeswith lease/rate-limit handling.Migration
MICROSOFT_CLIENT_ID,MICROSOFT_CLIENT_SECRET,MICROSOFT_TENANT_IDto enable Microsoft sign-in/mail sync; keepGOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRETfor Google./internal/sync/mailboxes(Vercel cron updated).release; use merge commits when promoting so subjects are preserved for release notes.bun installwires apre-pushhook that runs typecheck/lint/tests; requires local Postgres. Bypass with--no-verifyorCRM_SKIP_HOOKS=1.Written for commit 2a0062f. Summary will update on new commits.