release: promote main - #79
Merged
Merged
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="CHANGELOG.md">
<violation number="1" location="CHANGELOG.md:3">
P2: The added 1.3.0 section advertises as new a set of commits already released in 1.2.0/1.1.0/1.0.0 (e.g. microsoft sign-in 2a0062f also in 1.2.0; brand-mapping aad5945 also in 1.0.0; the rest identical to 1.1.0). This contradicts the PR intent that nothing releasable/versioned rides along, and ships a 1.3.0 changelog that misrepresents the release as containing features users already received. Verify the release source/tag selection so 1.3.0 only lists commits not in any earlier release, or drop the empty version bump.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
| @@ -1,5 +1,53 @@ | |||
| # Changelog | |||
|
|
|||
| ## [1.3.0](https://github.com/trycompai/crm/compare/v1.2.0...v1.3.0) (2026-08-07) | |||
Contributor
There was a problem hiding this comment.
P2: The added 1.3.0 section advertises as new a set of commits already released in 1.2.0/1.1.0/1.0.0 (e.g. microsoft sign-in 2a0062f also in 1.2.0; brand-mapping aad5945 also in 1.0.0; the rest identical to 1.1.0). This contradicts the PR intent that nothing releasable/versioned rides along, and ships a 1.3.0 changelog that misrepresents the release as containing features users already received. Verify the release source/tag selection so 1.3.0 only lists commits not in any earlier release, or drop the empty version bump.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 3:
<comment>The added 1.3.0 section advertises as new a set of commits already released in 1.2.0/1.1.0/1.0.0 (e.g. microsoft sign-in 2a0062f also in 1.2.0; brand-mapping aad5945 also in 1.0.0; the rest identical to 1.1.0). This contradicts the PR intent that nothing releasable/versioned rides along, and ships a 1.3.0 changelog that misrepresents the release as containing features users already received. Verify the release source/tag selection so 1.3.0 only lists commits not in any earlier release, or drop the empty version bump.</comment>
<file context>
@@ -1,5 +1,53 @@
# Changelog
+## [1.3.0](https://github.com/trycompai/crm/compare/v1.2.0...v1.3.0) (2026-08-07)
+
+
</file context>
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 is what puts it infront of users, because
releaseis 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
releasea newcommit of its own, and the tags on
mainwould stop being ancestors of what you shipped.Summary by cubic
Promote v1.3.0 from
maintoreleaseto ship recent features and fixes. Merge with a merge commit (no squash) to preserve tag ancestry.New Features
Bug Fixes
Written for commit f27e1d0. Summary will update on new commits.