mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
docs: convert HTML comment to markdown blockquote for GitHub visibility
Replace invisible HTML comment syntax with markdown blockquote in CHANGELOG.md to ensure important release note is visible on GitHub: - Line 10: Note about bumping MCP package for breaking changes HTML comments (<!-- -->) don't render on GitHub, while markdown blockquotes (> **Note:**) are properly displayed to maintainers and contributors. Also removed completed note about v4.4.0 API changes as requested. Signed-off-by: Wayne Sun <gsun@redhat.com>
This commit is contained in:
parent
03999f0de0
commit
43c8173a98
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
<!-- @NOTE: On next release, please bump the MCP pacakge as there are breaking changes in this! -->
|
||||
> **Note:** On next release, please bump the MCP package as there are breaking changes in this!
|
||||
|
||||
### Added
|
||||
- Implement dynamic tab titles for files and folders in browse tab. [#560](https://github.com/sourcebot-dev/sourcebot/pull/560)
|
||||
|
|
@ -205,7 +205,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
- Added audit logging. [#355](https://github.com/sourcebot-dev/sourcebot/pull/355)
|
||||
<!-- @NOTE: this release includes a API change that affects the MCP package (@sourcebot/mcp). On release, bump the MCP package's version and delete this message. -->
|
||||
|
||||
### Fixed
|
||||
- Delete account join request when redeeming an invite. [#352](https://github.com/sourcebot-dev/sourcebot/pull/352)
|
||||
|
|
|
|||
Loading…
Reference in a new issue