Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/forty-ads-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-terms-move.md

This file was deleted.

8 changes: 8 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @exactly/server

## 0.2.44

### Patch Changes

- [#594](https://github.com/exactly/exa/pull/594) [`ddc66a8`](https://github.com/exactly/exa/commit/ddc66a83caf37d9c4911b7b2673e7bc65e09f4bc) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ✨ integrate sardine

- [#593](https://github.com/exactly/exa/pull/593) [`566a1f0`](https://github.com/exactly/exa/commit/566a1f0461c365581b7cd1b0fc8cbb2e7f891dca) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🚑️ collect regardless of card status
Comment on lines +3 to +9
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Lines exceed the 120-character markdown limit.

Lines 7 and 9 exceed the 120-character-per-line guideline (both are ~175+ characters). While this CHANGELOG content is auto-generated by the Changesets release action (per PR summary), the coding guidelines specify the limit applies to all markdown files.

Recommendation: Consider adding a carve-out in the coding guidelines for files auto-generated by well-known release tooling (Changesets), as manual reformatting would conflict with the automated workflow.

🤖 Prompt for AI Agents
In server/CHANGELOG.md around lines 3 to 9, two changelog entries exceed the
120-character-per-line markdown limit; either wrap those long lines to <=120
characters (reflow the two PR/commit lines) or, preferable, add an explicit
exception for auto-generated Changesets output by updating the repository’s
markdown linting/coding-guideline configuration to ignore CHANGELOG.md (or the
Changesets output path) and update the documentation to state the carve-out;
apply one of these fixes and commit with a short message explaining the chosen
approach.


## 0.2.43

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/server",
"version": "0.2.43",
"version": "0.2.44",
"private": true,
"scripts": {
"build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",
Expand Down
Loading