docs: instruct agents to add release notes

This commit is contained in:
Slyghtning 2026-08-03 11:18:14 +02:00
parent 414760c607
commit 4016f4a8f2
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
2 changed files with 11 additions and 2 deletions

View file

@ -72,3 +72,12 @@ the binding dependencies are the asset loop-out fields
`routerrpc.SendPaymentRequest.first_hop_custom_records` and
`lnrpc.Route.custom_channel_data` (lnd v0.18.4-beta), plus the sweep-batcher fee
floor `walletrpc.EstimateFeeResponse.min_relay_fee_sat_per_kw` (lnd v0.18.3-beta).
**6. Pull Request Release Notes:**
Every pull request must add at least one non-empty line to
`docs/release-notes/release-notes-next.md`. Before finishing any change intended
for a pull request, add a concise entry under the appropriate section (`New
Features`, `Breaking Changes`, `Bug Fixes`, or `Maintenance`). This applies to
all pull requests, including internal maintenance and documentation changes, and
is enforced by CI.