-
Notifications
You must be signed in to change notification settings - Fork 437
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
Deprecate release label #2651
Deprecate release label #2651
Conversation
go.mod
Outdated
@@ -159,3 +159,5 @@ require ( | |||
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect | |||
sigs.k8s.io/yaml v1.3.0 // indirect | |||
) | |||
|
|||
replace github.com/elastic/elastic-package v0.36.0 => github.com/jsoriano/elastic-package v0.0.0-20220208130905-7470651f3b01 |
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.
To be replaced with a proper elastic-package version after elastic/elastic-package#647 is merged and released.
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
/test |
2 similar comments
/test |
/test |
Different packages have failed on different executions, so I guess that problems are not related to this change. |
Closing this and waiting for the automated bump |
Update elastic-package to include the changes to deprecate the release label.
Part of elastic/package-spec#225.