Release v0.173.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-24 19:24:28 +04:00
parent ad2ae1b20b
commit 011057f52a
3 changed files with 36 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ git ls-tree <previous-tag> -- path/to/file
If the file did not exist at the previous tag, the fix is part of the new
feature and should not appear in `### Fixed`.
**Escape underscores** — wrap identifiers containing underscores in
backticks (e.g., `` `probo_consent` ``) so they are not rendered as
italic in Markdown.
**Summarize** related commits into a single line when appropriate.
For example a series of `Add proboctl X commands` commits becomes
`Add CLI`.