بنقرة واحدة
prepare-patch-release
Do all the tasks needed for a patch release of the project.argument-hint: [new-version]
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Do all the tasks needed for a patch release of the project.argument-hint: [new-version]
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | prepare-patch-release |
| description | Do all the tasks needed for a patch release of the project.argument-hint: [new-version] |
Do all the tasks needed for a patch release of the project. These patch releases generally happen on the first day of every month.
Arguments: $ARGUMENTS
3.1.4.0) or a tag (like v3.1.4.0).Hint: The numeric "version" is a four-part numeric deignation with the pattern
MAJOR.MINOR.PATCH.TWEAK. The "version tag" is usually the numeric version
with a "v" prepended, for example, v3.1.4.0.
${PROJECT_NAME}_SUPPORTED_RELEASE should
be set to ON. In main (not yet a supported release) it shold be OFF. If you
find these to not be as expected, ask for confirmation of whether to fix.PROJECT_VERSEION_RELEASE_TYPE should be set to empty
(""). In main, it will typically be "dev", "beta", or other designations.
If you find these to not be as expected, ask for confirmation of whether to
fix.If this release added support for any new image file formats, be sure that README.md mentions them in its list of image formats supported.
If any of the new commits (as described in the release notes for this version) appear to add dependencies, or add support for new versions of dependencies, be sure that INSTALL.md is updated to include that dependency (if not already listed among the required and optional dependencies), and reflects the latest version that we claim to support.
Double check @externalpackages.cmake and ensure that any minimum required versions of dependencies that cmake will enforce match the oldest versions of those dependencies as documentd in INSTALL.md.
The @CREDITS.md file lists all known contributors to the project, sorted alpha by first name. In cases where an author's actual name is unknown, we use the GitHub userid.
Ensure that any authors referenced in the new release notes for the version we are releasing are inserted in the credit list, if they are not already present. You don't need to check older versions, we presume those have already been included.
The @SECURITY.md file lists which versions are currently supported at what levels, and lists all previously-fixed SVE's or security advisories. Be sure to check this file in older branches (the last two releases, say), and if you are preparing a patch release, also check in main and more recent (higher numbered) releases for more recently modified SECURITY.md, and be sure that this branch gets amended with any information that seems to have been updated more recently in those other branches. Check whichever is newer of the local and remote copy of that branch, since the local one may have had release notes or its version in CMakeLists.txt updated, but not yet pushed to GitHub.
docs/dev/RELEASING.mdrelease-notes-update/SKILL.md