Skip to content

Commit

Permalink
remove upstream stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Sep 20, 2024
1 parent b35fe5a commit ab5d347
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:
git add Makefile cmd/builder/builder-config.yaml distributions/otelcol/manifest.yaml distributions/otelcol-contrib/manifest.yaml distributions/otelcol-k8s/manifest.yaml
git commit -m "Update version from ${{ github.event.inputs.old_version }} to ${{ github.event.inputs.new_version }}"
git push -u origin update-version-${{ github.event.inputs.new_version }}
git remote add upstream https://github.com/open-telemetry/opentelemetry-collector-releases.git
git remote -v
git fetch upstream
gh pr create --title "[chore] Prepare release ${{ github.event.inputs.new_version }}" \
--body "This PR updates the version from ${{ github.event.inputs.old_version }} to ${{ github.event.inputs.new_version }}" \
--base upstream/main --head update-version-${{ github.event.inputs.new_version }} --draft
--base main --head update-version-${{ github.event.inputs.new_version }} --draft

0 comments on commit ab5d347

Please sign in to comment.