cloudfoundry / app-autoscaler-cli-plugin

CF CLI Plugin for the App AutoScaler
Apache License 2.0
10 stars 12 forks source link

chore(ci): Automatically prepare a PR for the release #133

Closed silvestre closed 1 month ago

silvestre commented 1 month ago

Issue

After creating a plugin release a manual PR on cloudfoundry/cli-plugin-repo needed to be created to make it available to consumers. This was cumbersome and error-prone.

Fix

This PR adds follow-up steps to the release creation that create a commit which can be used to create a PR on cloudfoundry/cli-plugin-repo.

Unfortunately also creating the PR itself seems to be failing due to https://github.com/cli/cli/issues/2691

silvestre commented 1 month ago

This is how such a commit looks like: https://github.com/cloudfoundry/cli-plugin-repo/compare/main...app-autoscaler-ci-bot:cli-plugin-repo:bump-app-autoscaler-cli-plugin-to-v4.2.103?expand=1