Skip to content

Commit af90762

Browse files
authored
Update RELEASE.md with release note generation instructions
Added instructions for generating release notes and using Co-Pilot.
1 parent 2d3f70b commit af90762

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,16 @@ git push origin master
103103

104104
> You can keep `1.4.0` (without `-SNAPSHOT`) on master if you prefer not to bump yet.
105105
> The snapshot bump is a best practice that signals active development is continuing toward the next release.
106+
107+
## Release Notes
108+
Use this button and see what it generates. This generation should fill the content with delta changes since last release.
109+
110+
<img width="1043" height="811" alt="image" src="https://github.com/user-attachments/assets/61f30ced-7e33-4bbc-b718-3e422dc631d7" />
111+
112+
Otherwise, use this prompt with Co-Pilot(make sure to selent the project) -> select `Claude Haiku 4.5`:
113+
```
114+
Create a Draft Release Note, with Delta from earlier release.
115+
Mimic this release note "https://github.com/authorjapps/zerocode/releases/tag/1.4.1".
116+
Give me the md(markdown) content here without rendring(to copay paste).
117+
```
118+

0 commit comments

Comments
 (0)