Skip to content

Commit 1eab136

Browse files
committed
docs: clarify PR release link should be in description
1 parent 65f616f commit 1eab136

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ When bumping the version, ALWAYS update ALL of these files:
228228
# Compare output with the checksum value in Package.swift - they MUST match
229229
```
230230
- Create GitHub release with same name as the tag, upload `LDKNodeFFI.xcframework.zip`
231-
- Add release link at the end of PR description (or as a comment if not your PR):
231+
- **ALWAYS add release link at the end of PR description** (use `gh pr edit` to update the body):
232232
```
233233
### Release
234-
- Release [vN.N.N](link_to_release)
234+
- [vN.N.N](link_to_release)
235235
```
236+
- Only add release as a comment if it's not your PR and you cannot edit the description

0 commit comments

Comments
 (0)