heroku / heroku-buildpack-go

Heroku Go Buildpack
https://devcenter.heroku.com/categories/go
MIT License
792 stars 511 forks source link

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

Closed edmorley closed 7 months ago

edmorley commented 7 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.

GUS-W-14901966.

edmorley commented 7 months ago

The change moratorium ended today at 13:00 UTC, so I've merged this now, so the new workflow is ready for whenever you'd like to perform the next release (no rush from my side, that can be next week if preferred): https://github.com/heroku/heroku-buildpack-go/actions/workflows/prepare-release.yml