Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Jan 27, 2024

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.

@edmorley edmorley requested a review from dzuelke January 27, 2024 17:22
@edmorley edmorley self-assigned this Jan 27, 2024
@edmorley edmorley requested a review from a team as a code owner January 27, 2024 17:22
@edmorley edmorley removed the request for review from a team January 27, 2024 17:22
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 the same as the CNB version, except it does not
need any version bump input, since we only every 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.

GUS-W-14905318.
@edmorley edmorley force-pushed the edmorley/prepare-release-workflow branch from 22d1ef7 to 824be9f Compare February 1, 2024 14:15
@edmorley edmorley enabled auto-merge (squash) February 1, 2024 14:20
@edmorley edmorley merged commit e524787 into main Feb 1, 2024
4 checks passed
@edmorley edmorley deleted the edmorley/prepare-release-workflow branch February 1, 2024 17:54
@heroku-linguist heroku-linguist bot mentioned this pull request Feb 9, 2024
robinwo pushed a commit to robinwo/heroku-buildpack-php that referenced this pull request Sep 13, 2024
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 the same as the CNB version, except it does not
need any version bump input, since we only every 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.

GUS-W-14905318.
robinwo pushed a commit to robinwo/heroku-buildpack-php that referenced this pull request Sep 13, 2024
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 the same as the CNB version, except it does not
need any version bump input, since we only every 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.

GUS-W-14905318.
robinwo pushed a commit to robinwo/heroku-buildpack-php that referenced this pull request Sep 13, 2024
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 the same as the CNB version, except it does not
need any version bump input, since we only every 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.

GUS-W-14905318.
robinwo pushed a commit to robinwo/heroku-buildpack-php that referenced this pull request Sep 13, 2024
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 the same as the CNB version, except it does not
need any version bump input, since we only every 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.

GUS-W-14905318.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants