mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
1.0 KiB
1.0 KiB
name, description, triggers
| name | description | triggers | |
|---|---|---|---|
| upcoming-release | Generate a concise summary of PRs included in the upcoming release. |
|
We want to know what is part of the upcoming release.
To do this, you need two commit SHAs. One SHA is what is currently running. The second SHA is what is going to be released. The user must provide these. If the user does not provide these, ask the user to provide them before doing anything.
Once you have received the two SHAs:
- Run the
.github/scripts/find_prs_between_commits.pyscript from the repository root directory with the--jsonflag. The first SHA should be the older commit (current release), and the second SHA should be the newer commit (what's being released). - Do not show PRs that are chores, dependency updates, adding logs, refactors.
- From the remaining PRs, split them into these categories:
- Features
- Bug fixes
- Security/CVE fixes
- Other
- The output should list the PRs under their category, including the PR number with a brief description of the PR.