-
Notifications
You must be signed in to change notification settings - Fork 84
Add release workflows #188
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
Add release workflows #188
Conversation
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
| on: | ||
| push: | ||
| tags: | ||
| - "*" |
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.
Will this automatically set the version to 2.0.1?
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.
No, this is just a trigger. Any tag pushed to this repo will trigger this workflow
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.
LGTM thanks!
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.
Thank you @gaiksaya !
|
Webhook is added to this repo and is active. We are set for the release. Please push appropriate tag via CLI when you are ready. |
Description
This change add release workflows for logstash-output-opensearch plugin that is released on rubygems.
See opensearch-project/opensearch-build#1234 for more details about end to end process.
The secrets role has been added to this repo as well as new api key required has been generated. I'll be adding the webhook once this PR is merged.
Thanks!
Issues Resolved
closes opensearch-project/opensearch-build#3139
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.