-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Version
2025-10-10
Release checklist
-
Ensure all pull requests targeted for this release are merged
-
Generate a static version of the baseline:
cd cmd && go run . compile --output ../docs/versions/2025-02-04.md --checklist-output ../docs/versions/2025-02-04-checklist.md
(replace2025-02-04
with the version name) -
In the
docs/versions/<VERSION>.md
file, change theVersion: devel
to have the version number of the new version -
In the
docs/versions/<VERSION>-checklist.md
file, change the header to have the version number of the new version -
In the
docs/versions/<VERSION>.md
file, remove the "not for production use" warning -
Move the link to the "current" version in
docs/index.md
to the "previous versions" list -
Add the link to the new version to the "current version" in
docs/index.md
(e.g.Current version: [2025-02-04](versions/2025-02-04]
). Be sure to use the HTML syntax for the link to the checklist in order to have Jekyll link to the markdown version instead of an html version. -
Open a pull request with the above changes
-
Notify OpenSSF's marketing team that we have a new release so that they can share it with the world