-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Run publish maven snapshots on all branches matching pattern #7709
Run publish maven snapshots on all branches matching pattern #7709
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Does this need a CHANGELOG entry? |
I think no, no code changes |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #7709 +/- ##
===========================================
+ Coverage 0 70.64% +70.64%
- Complexity 0 56108 +56108
===========================================
Files 0 4680 +4680
Lines 0 266081 +266081
Branches 0 39067 +39067
===========================================
+ Hits 0 187983 +187983
- Misses 0 62155 +62155
- Partials 0 15943 +15943 |
Hey! So we won't be releasing anything before 1.3 so not sure if that regex should cover only 1.3 and 2.7.x
Sample PR: #7371 |
@gaiksaya Are you saying hard-code that list? That seems alright by me. That list would be true for more than a year. |
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Yeah it is hard coded but branches like |
Adding above labels to backport to 2.x, 2.8 and 1.3 branches for now. |
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 3741539) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 3741539) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 3741539) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7845) (cherry picked from commit 3741539) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7846) (cherry picked from commit 3741539) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7847) (cherry picked from commit 3741539) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rch-project#7709) Signed-off-by: Craig Perkins <[email protected]>
…rch-project#7709) (opensearch-project#7847) (cherry picked from commit 3741539) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rch-project#7709) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Updates the branches that
publish-maven-snapshots
github workflow is run with. It now uses a regex to match any released of unreleased branches. I noticed that the .NET client was using the same patterns: https://github.com/opensearch-project/opensearch-net/blob/main/.github/workflows/test-jobs.yml#L16-L17Related Issues
Resolves #7705
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.