buildpacks / pack-orb

A CircleCI Orb for using Cloud Native Buildpacks in CircleCI
https://circleci.com/orbs/registry/orb/buildpacks/pack
Apache License 2.0
12 stars 8 forks source link

Add workflow to update default pack version #34

Closed importhuman closed 3 years ago

importhuman commented 3 years ago

This is to create a PR to update the default pack version in pack-orb/src/@orb.yml when a new pack version is released. References update-version-on-release-ga.yml.

Will create a similar action for the github-actions repository after this workflow is approved, as they will utilize similar logic.

Issue: pack #1244 Related PR(s): pack #1263