heroku / heroku-buildpack-php

Heroku's buildpack for PHP applications.
https://devcenter.heroku.com/categories/php
MIT License
808 stars 1.59k forks source link

Use the new "Prepare release" GitHub Actions workflow #683

Closed edmorley closed 9 months ago

edmorley commented 10 months ago

We now have a new reusable GitHub Actions workflow for preparing a new classic buildpack release: https://github.com/heroku/languages-github-actions/blob/main/.github/workflows/_classic-buildpack-prepare-release.yml

This workflow works similarly to the CNB prepare release workflow, except it does not need any version bump input, since we only ever increment classic buildpack versions by one.

Should any custom file changes be required as part of the PHP classic buildpack release process in the future, a bash command/commands can be passed via the workflow's custom_update_command option.

This PR also depends upon #682 landing first, so that the changelog is compatible with the workflow's version replacement regexes.

GUS-W-14905318.