Skip to content

Commit

Permalink
Update post_release_version_bump.yml (#161)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/8694316560/job/23842949812

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
srprash authored Apr 15, 2024
1 parent 821af32 commit f9881ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
sed -i 's/__version__ = ".*"/__version__ = "'$DEV_VERSION'"/' aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
VERSION="${{ github.event.inputs.version }}"
sed -i 's/python:v.*"/python:v'$VERSION'"/' .github/workflows/released_image_scan.yml
sed -i 's/python:v.*"/python:v'$VERSION'"/' .github/workflows/daily_scan.yml
git add aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
git add .github/workflows/released_image_scan.yml
git add .github/workflows/daily_scan.yml
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"
git push --set-upstream origin "prepare-main-for-next-dev-cycle-${VERSION}"
Expand Down

0 comments on commit f9881ca

Please sign in to comment.