Xuanwo commented on code in PR #5592:
URL: https://github.com/apache/opendal/pull/5592#discussion_r1938394275
##########
.github/ISSUE_TEMPLATE/3-new-release.md:
##########
@@ -14,10 +14,6 @@ This issue is used to track tasks of the opendal
${opendal_version} release.
### Build Release
-#### Release List
-
-<!-- Generate release list by `./scripts/version.py`, please adapt with the
actual needs. -->
Review Comment:
I wish we can have something like:
```
/// Generate a release plan in text at `target/release.txt` and print to
console.
just release plan
/// Dev can edit the release plan by hand on need like bump to 0.y+1 instead
of 0.0.z+1
/// Execuate the generated plan.
just release run
```
The release plan can also be pasted in to PR and discussion to make the
review easier.
---
The current way works either, maybe we can merge and move on first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]