Skip to content

Fix KAS release spec to run without dry run

Timo Furrer requested to merge fix-kas-release-spec-dry-run into master

What does this MR do and why?

I've stumbled over this while working on Implements support for the KAS version file (!3034 - merged).

The context for it is below:

Contents

  • Fix KAS release spec to run without dry run

This change set fixes one of the specs that verifies that the changelog compilation step is not executed for KAS release candidates. While the spec passed it was simply because the release execution was running in dry run mode. Instead it should run without dry run and verify that even in that case the changelog is not compiled for a release candidate.

Author Check-list

  • Has documentation been updated?

Merge request reports