You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pre-release and post-release workflows (#1123)
*Issue #, if available:*
*Description of changes:*
Added pre-release and post-release workflows to Java. These workflows
replace the manual effort needed to create pre-release and post-release
branches and update the project version during the release process.
Successful run in test branch:
https://github.com/ezhang6811/aws-otel-java-instrumentation/actions/runs/16606979278ezhang6811#9
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
gh pr create --title "Post release $VERSION: Update version to $DEV_VERSION" \
114
+
--body "This PR prepares the main branch for the next development cycle by updating the version to $DEV_VERSION and updating the image version to be scanned to the latest released.
115
+
116
+
This PR should only be merge when release for version v$VERSION is success.
117
+
118
+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice." \
0 commit comments