Skip to content

Add a command to check if MR will be published in SM release

Reuben Pereira requested to merge rp/add-check-sm-release-command into master

The command checks if the MR is present in the stable branch. If the MR is present in the stable branch, it is a good indication that the MR will most likely be published in the SM release.

If the stable branch doesn't exist yet, it will check if the MR has been deployed to production. If the MR has been deployed to gprd, it will most likely be included in the stable branch when it is created, and subsequently in the SM release.

gitlab-com/gl-infra/delivery#1931 (closed)

Edited by Reuben Pereira

Merge request reports