-
Notifications
You must be signed in to change notification settings - Fork 67
Release patch #1255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release patch #1255
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v2.20.x #1255 +/- ##
==================================================
Coverage ? 67.28%
Complexity ? 525
==================================================
Files ? 54
Lines ? 2693
Branches ? 373
==================================================
Hits ? 1812
Misses ? 746
Partials ? 135 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5552646
into
aws-observability:release/v2.20.x
*Issue #, if available:* *Description of changes:* cherry-picks commit from #1255, see for more details. Do not touch the version variable in environments where `-Prelease.version` is passed in. This prevents a versioning conflict in `closeAndReleaseSonatypeStagingRepository`, an error which was only thrown when releasing. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
*Issue #, if available:* *Description of changes:* In #1255, after making a fix to the version file, we re-ran the workflow with the already-successful "Build and push image" step commented out. This PR uncomments the step again for future patch releases on the v2.20.x branch. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
The 2.20.0 release build failed with at the step "Build and Publish release with Gradle":
The following PR fixes version.gradle.kts to not touch project.version at all if the
-Prelease.versionflag is passed in to an environment. It also creates a copy of the release build workflow that only re-runs the failed Sonatype step in publish-sdk (did 2PR with @jj22ee to confirm).By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.