Conversation
Contributor
Greptile SummaryThis is an automated release PR generated by release-plz that bumps
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds a new [0.3.5] section for gitv-tui, but is missing a blank line separator between the new section's last bullet and the start of the [0.3.4] section, which breaks standard markdown formatting. |
| Cargo.toml | Bumps gitv-tui to 0.3.5 and updates the ratatui-toaster path dependency version constraint to 0.1.2. Clean and correct. |
| Cargo.lock | Auto-generated lockfile update reflecting the version bumps for gitv-tui (0.3.4 → 0.3.5) and ratatui-toaster (0.1.1 → 0.1.2). No issues. |
| crates/ratatui-toaster/Cargo.toml | Bumps ratatui-toaster version from 0.1.1 to 0.1.2. Straightforward version update with no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[release-plz triggers release PR] --> B{Version bumps}
B --> C["gitv-tui\n0.3.4 → 0.3.5\n(Cargo.toml + Cargo.lock)"]
B --> D["ratatui-toaster\n0.1.1 → 0.1.2\n(crates/ratatui-toaster/Cargo.toml + Cargo.lock)"]
C --> E[CHANGELOG.md updated\nwith 0.3.5 section]
D --> F[ratatui-toaster dep\nconstraint in Cargo.toml\nupdated to 0.1.2]
E --> G[PR merged → crates.io publish]
F --> G
Last reviewed commit: "chore: release"
Comment on lines
+14
to
+15
| - cleanup fix(changelog): streamline changelog config in release-plz.toml | ||
| - Add dependabot.yml |
Contributor
There was a problem hiding this comment.
Missing blank line between changelog sections
The new [0.3.5] section's last list item runs directly into the ## [0.3.4] heading with no blank line. In standard Markdown, adjacent ATX headings (##) should be separated by a blank line — some parsers and renderers will otherwise fail to treat the second heading correctly or will render it as part of the preceding list.
Suggested change
| - cleanup fix(changelog): streamline changelog config in release-plz.toml | |
| - Add dependabot.yml | |
| - bump flake.lock, fix nitpick in drv, add .envrc | |
| ## [0.3.4] - 2026-03-08 |
…ersation fix: render placeholder in create issue mode for convo preview
test(markdown): add UI tests for fixed list rendering
2b658d5 to
57f3aa6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
ratatui-toaster: 0.1.1 -> 0.1.2 (✓ API compatible changes)gitv-tui: 0.3.4 -> 0.3.5 (✓ API compatible changes)Changelog
ratatui-toastergitv-tuiThis PR was generated with release-plz.