We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f616f commit 1eab136Copy full SHA for 1eab136
1 file changed
AGENTS.md
@@ -228,8 +228,9 @@ When bumping the version, ALWAYS update ALL of these files:
228
# Compare output with the checksum value in Package.swift - they MUST match
229
```
230
- 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):
+- **ALWAYS add release link at the end of PR description** (use `gh pr edit` to update the body):
232
233
### Release
234
- - Release [vN.N.N](link_to_release)
+ - [vN.N.N](link_to_release)
235
236
+- Only add release as a comment if it's not your PR and you cannot edit the description
0 commit comments