Skip to content

Commit e05cf44

Browse files
chore: move changelog entry and update CLAUDE.md guidelines
Move #880 changelog entry to bottom of Added section. Update CLAUDE.md to note that new changelog entries should be placed at the bottom of their section. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ab0bfc6 commit e05cf44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Added `install_id` to PostHog event properties. [#880](https://github.com/sourcebot-dev/sourcebot/pull/880)
1211
- Added PostHog events for repo index job success/failure and code host type to connection sync events. [#878](https://github.com/sourcebot-dev/sourcebot/pull/878)
12+
- Added `install_id` to PostHog event properties. [#880](https://github.com/sourcebot-dev/sourcebot/pull/880)
1313

1414
### Changed
1515
- Changed the me-control to render the user's avatar in the top-bar. [#874](https://github.com/sourcebot-dev/sourcebot/pull/874)

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ PR description:
4545
- If a GitHub issue number was provided, include `Fixes #<github_issue_number>` in the PR description
4646

4747
After the PR is created:
48-
- Update CHANGELOG.md with an entry under `[Unreleased]` linking to the new PR
48+
- Update CHANGELOG.md with an entry under `[Unreleased]` linking to the new PR. New entries should be placed at the bottom of their section.
4949
- If the change touches `packages/mcp`, update `packages/mcp/CHANGELOG.md` instead

0 commit comments

Comments
 (0)