Skip to content

Conversation

@robindiddams
Copy link
Member

@robindiddams robindiddams commented Sep 17, 2025

Summary by CodeRabbit

  • Chores
    • Standardized release configuration formatting for improved consistency.
    • Simplified changelog generation by relying on default sorting behavior.
    • No functional or UI changes; end-user experience remains unchanged.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 17, 2025

Walkthrough

Update to release configuration: switch single to double quotes for an archive format string and remove the explicit changelog sorting directive from .goreleaser.yaml.

Changes

Cohort / File(s) Summary
Release config
./.goreleaser.yaml
Changed archive format quotes to double quotes in the agentuity archive entry; removed changelog.sort: asc, deferring to default sorting behavior.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A hop, a skip—just quotes in place,
The changelog’s order leaves no trace.
No code to prod, no tests to chase,
I nibble carrots, light of face.
Ship it smooth at release pace! 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "Dont sort releases by commit msg" directly reflects the primary change in the PR: removal of the changelog "sort: asc" directive so releases/changelog are no longer explicitly sorted by commit messages; the only other change (quote style for "tar.gz") is cosmetic. The title is concise, focused, and highlights the main behavioral change introduced by the branch.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch better-releases

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
.goreleaser.yaml (1)

43-48: Intent confirmed: removing changelog sorting stops sort-by-message.

With no sort set, GoReleaser leaves the changelog unsorted and uses git log order, which aligns with “Don’t sort releases by commit msg.” If you want this to be future‑proof/explicit, set sort: "". (goreleaser.com)

 changelog:
+  sort: ""  # explicit: keep git log order (no sorting)
   filters:
     exclude:
       - "^docs:"
       - "^test:"
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a1ef78d and 49968aa.

📒 Files selected for processing (1)
  • .goreleaser.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build and Test (macos-latest)
  • GitHub Check: Analyze (go)
🔇 Additional comments (1)
.goreleaser.yaml (1)

27-27: LGTM: archive format definition is correct. Confirmed .goreleaser.yaml contains archives → id: "agentuity" with formats: ["tar.gz"]; no changes required.

@robindiddams robindiddams merged commit c251d77 into main Sep 18, 2025
14 checks passed
@robindiddams robindiddams deleted the better-releases branch September 18, 2025 17:45
devin-ai-integration bot added a commit that referenced this pull request Sep 24, 2025
- Added: [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI (#450)
- Added: [AGENT-628] Unit tests (#441)
- Added: feat: automatically add AGENTUITY_SDK_KEY and AGENTUITY_PROJECT_KEY to .env file when running dev command (#442)
- Changed: Dont sort releases by commit msg (#447)
- Changed: [AGENT-628] prevent local development env files from syncing to production (#440)
- Fixed: Fix npm workspaces (#451)
- Fixed: Fix 'Press any key to continue' to accept any key, not just Enter (#445)

Co-Authored-By: unknown <>
jhaynie pushed a commit that referenced this pull request Sep 24, 2025
- Added: [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI (#450)
- Added: [AGENT-628] Unit tests (#441)
- Added: feat: automatically add AGENTUITY_SDK_KEY and AGENTUITY_PROJECT_KEY to .env file when running dev command (#442)
- Changed: Dont sort releases by commit msg (#447)
- Changed: [AGENT-628] prevent local development env files from syncing to production (#440)
- Fixed: Fix npm workspaces (#451)
- Fixed: Fix 'Press any key to continue' to accept any key, not just Enter (#445)

Co-Authored-By: unknown <>

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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