Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cmd/protoc-gen-connect-go-servicestruct": "0.2.0",
"cmd/protoc-gen-elixir-grpc": "0.4.2",
"cmd/protoc-gen-pony": "0.0.1"
"cmd/protoc-gen-pony": "0.1.0"
}
9 changes: 9 additions & 0 deletions cmd/protoc-gen-pony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-pony@v0.0.1...protoc-gen-pony@v0.1.0) (2026-04-29)


### Features

* Add protoc-gen-pony plugin ([#47](https://github.com/TrogonStack/protoc-gen/issues/47)) ([5bf8c02](https://github.com/TrogonStack/protoc-gen/commit/5bf8c02648305b3f70f9fc86191fced19a4427c0))

## Changelog
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove redundant ## Changelog subheading.

This duplicates the document title (# Changelog) and makes the section hierarchy inconsistent before ## Unreleased.

Suggested cleanup
-## Changelog
-
 ## Unreleased
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## Changelog
## Unreleased
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@cmd/protoc-gen-pony/CHANGELOG.md` at line 10, Remove the duplicate
second-level heading "## Changelog" so the document only has the top-level "#
Changelog" title and then "## Unreleased" as the first subsection; locate the
extraneous "## Changelog" line and delete it to restore proper heading
hierarchy.


## Unreleased

### Features
Expand Down