Skip to content

Conversation

sapientpants
Copy link
Owner

Summary

  • Add custom changelog generator for improved release notes formatting
  • Update changeset config to use custom formatter
  • Fix repository reference in changelog config

Changes

  • Created custom changelog generator in src/dev/changelog-custom.ts
  • Updated .changeset/config.json to use the custom formatter
  • Fixed repository reference from incorrect repo to deepsource-mcp-server
  • Updated dependencies to ensure compatibility

Test plan

  • All tests pass
  • Linting passes
  • Type checking passes
  • Formatting is correct

🤖 Generated with Claude Code

- Add custom changelog generator for improved release notes
- Update changeset config to use custom formatter
- Fix repository reference in changelog config

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Copilot Copilot AI review requested due to automatic review settings September 14, 2025 03:35
Copy link

deepsource-io bot commented Sep 14, 2025

Here's the code health analysis summary for commits 488ae64..08955d8. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 1 occurence introduced
View Check ↗

Code Coverage Report

MetricAggregateJavascript
Branch Coverage88%88%
Composite Coverage89.6%89.6%
Line Coverage90%90%

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes changelog format configuration by implementing a custom changelog generator and updating the changeset configuration. The changes improve release notes formatting and correct repository references.

  • Add custom changelog generator for better release notes formatting
  • Update changeset config to use custom formatter instead of the default GitHub formatter
  • Fix repository reference in changelog config

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/dev/changelog-custom.ts New custom changelog generator implementation
package.json Updated dependencies to support custom changelog generation
CHANGELOG.md Format updates applying the new changelog style
.changeset/fix-changelog-format.md Changeset describing the fix
.changeset/config.json Configuration update to use custom formatter
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

sapientpants and others added 3 commits September 14, 2025 05:36
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@sapientpants sapientpants merged commit 8828190 into main Sep 14, 2025
9 of 10 checks passed
@sapientpants sapientpants deleted the fix/fix-changelog-format branch September 14, 2025 03:43
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.

1 participant