I was trying out the Bitbucket pipelines feature, and I built a very simple CI/CD pipeline as a set of steps, where there were deployment steps in there, as a result, I had a "Promote" button showing up in the deployments dashboard. However, when I re-organized the pipeline by using stages where the deployment steps were done inside a deployment stage, the promote button disappeared and I had to open the pipeline and click "Deploy" on the desired stage to achieve the same goal. Is there a clear reason for this change of behaviour? having a "Promote" button directly in the deployments dashboard seems to be a much more interesting option for a user experience, independently on how you organize a pipeline.