RELEASE.md
This repository automatically deploys any changes made to the main branch.
In the event, that you'd like to stage changes to be released together (aka lump) we suggest the following process.
Some use cases in which this may be desired...
pack may require some options in our guides to change and we'd like to coordinate the docs changes with the release of the new version.<component(s)>/<version> <sup>*</sup>main: release/<component(s)>/<version> <sup>*</sup>main.main by sub-team maintainers.* may require a project contributor or maintainer intervention.
Branches:
release/pack/1.2.3release/spec/buildpack/0.9release/spec/extension/bindings/0.3release/tekton/task/buildpacks/0.5Milestones:
pack/1.2.3spec/buildpack/0.9spec/extension/bindings/0.3tekton/task/buildpacks/0.5Let's imagine pack is releasing version 1.2.3. It is known that there will be a decent amount of changes to a few guides and we'd like to separate the entire set of changes per guide. The steps that would be taken are as follows:
pack/1.2.3 would be created.pack/1.2.3.release/pack/1.2.3 would be created.release/pack/1.2.3 and merged.pack version 1.2.3 is shipped, the release/pack/1.2.3 branch would be merged into main.