Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions processes/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ the post-release actions required to add new release branches to the CI.
High-level release process for a major/minor release. For patch releases, only
release the relevant versions.

**TIP**: To speed up the release process, run the `hack/verify-release.sh`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The more you edit this, the more I dislike it. The point of verify-release.sh is to make sure something wasn't missed. Its not supposed to be "part" of release process to bump the CVEs etc. All those should've happened as part of normal development process, and the script is just safeguard for verification of that work.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script on all release branches of all repos (and on the main branch for
pre-releases). The script shows if any modules need updating or if there are
CVE fixes required. Open PRs to fix these issues in parallel to make the
release process faster.

**NOTE**: [Ironic-image](https://github.com/metal3-io/ironic-image) (via
upstream Ironic) and
[IrSO](https://github.com/metal3-io/ironic-standalone-operator) (linked to
Expand Down