Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/docs/developer/release/2-cherry-pick-commits.md
4096 views

Cherry Pick Commits

Any commits not on the release branch need to be cherry-picked over to it.

Before you begin

  1. If the release branch already has all code changes on it, skip this step.

Steps

  1. Create PR(s) to cherry-pick additional commits into the release branch as needed from main:

    git cherry-pick -x COMMIT_SHA
    • If there are several commits to cherry-pick, consider using one branch to cherry-pick to and ask reviewers to review commit-by-commit.

    • For example, refer to PR #3188 and #3185.