-
Notifications
You must be signed in to change notification settings - Fork 50
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
Adding release workflow for the asynchronous search #330
Adding release workflow for the asynchronous search #330
Conversation
Signed-off-by: pranikum <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #330 +/- ##
=======================================
Coverage ? 83.72%
Complexity ? 555
=======================================
Files ? 61
Lines ? 2046
Branches ? 146
=======================================
Hits ? 1713
Misses ? 236
Partials ? 97 |
Signed-off-by: pranikum <[email protected]> (cherry picked from commit 62b1c27)
Signed-off-by: pranikum <[email protected]> (cherry picked from commit 62b1c27)
Signed-off-by: pranikum <[email protected]> (cherry picked from commit 62b1c27) Co-authored-by: pranikum <[email protected]>
- uses: ncipollo/release-action@v1 | ||
with: | ||
github_token: ${{ steps.github_app_token.outputs.token }} | ||
bodyFile: release-notes/opensearch.release-notes-${{steps.tag.outputs.tag}}.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been release-notes/opensearch-asynchronous-search.release-notes-${{steps.tag.outputs.tag}}.md
Description
Adds a release workflow for the asynchronous search plugin similar to opensearch
Issues Resolved
#234
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.