This commit is contained in:
Mario Zechner 2025-12-28 12:04:26 +01:00
parent 78aa417ef1
commit 01c4e879a1
2 changed files with 2 additions and 1 deletions

View file

@ -81,4 +81,5 @@ Use these sections under `## [Unreleased]`:
The script handles: version bump, CHANGELOG finalization, commit, tag, publish, and adding new `[Unreleased]` sections.
### Tool Usage
**CTRICIAL**: NEVER use sed/cat to read a file or a range of a file. Always use the read tool (use offset + limit for ranged reads).