mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docs: document no-changelog release note opt-out
This commit is contained in:
parent
6f0d817db4
commit
57fb007f95
3 changed files with 10 additions and 9 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
|
@ -1,3 +1,3 @@
|
|||
#### Pull Request Checklist
|
||||
- [ ] Add an entry to `docs/release-notes/release-notes-next.md` (required by
|
||||
CI)
|
||||
- [ ] Add an entry to `docs/release-notes/release-notes-next.md`, or apply the
|
||||
`no-changelog` label (required by CI)
|
||||
|
|
|
|||
12
AGENTS.md
12
AGENTS.md
|
|
@ -75,9 +75,9 @@ 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.
|
||||
Every pull request must either add at least one non-empty line to
|
||||
`docs/release-notes/release-notes-next.md` or carry the `no-changelog` label.
|
||||
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`). For a change that does not warrant a release note, ensure the
|
||||
pull request uses the `no-changelog` label instead. This is enforced by CI.
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
#### Maintenance
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue