docs: document no-changelog release note opt-out

This commit is contained in:
Slyghtning 2026-08-04 11:02:33 +02:00
parent 6f0d817db4
commit 57fb007f95
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
3 changed files with 10 additions and 9 deletions

View file

@ -1,3 +1,3 @@
#### Pull Request Checklist #### Pull Request Checklist
- [ ] Add an entry to `docs/release-notes/release-notes-next.md` (required by - [ ] Add an entry to `docs/release-notes/release-notes-next.md`, or apply the
CI) `no-changelog` label (required by CI)

View file

@ -75,9 +75,9 @@ floor `walletrpc.EstimateFeeResponse.min_relay_fee_sat_per_kw` (lnd v0.18.3-beta
**6. Pull Request Release Notes:** **6. Pull Request Release Notes:**
Every pull request must add at least one non-empty line to Every pull request must either add at least one non-empty line to
`docs/release-notes/release-notes-next.md`. Before finishing any change intended `docs/release-notes/release-notes-next.md` or carry the `no-changelog` label.
for a pull request, add a concise entry under the appropriate section (`New Before finishing any change intended for a pull request, add a concise entry
Features`, `Breaking Changes`, `Bug Fixes`, or `Maintenance`). This applies to under the appropriate section (`New Features`, `Breaking Changes`, `Bug Fixes`,
all pull requests, including internal maintenance and documentation changes, and or `Maintenance`). For a change that does not warrant a release note, ensure the
is enforced by CI. pull request uses the `no-changelog` label instead. This is enforced by CI.

View file

@ -14,6 +14,7 @@
#### Maintenance #### Maintenance
* Added a CI gate and repository agent guidance requiring every pull request to * Added a CI gate and repository agent guidance requiring every pull request to
include a non-empty entry in the next release notes. include a non-empty entry in the next release notes unless it carries the
`no-changelog` label.
#### Contributors (Alphabetical Order) #### Contributors (Alphabetical Order)