-
Notifications
You must be signed in to change notification settings - Fork 347
Add 7.10 branches to conf.yaml #1972
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
Conversation
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.
I also noticed we didn't add 7.10 to the Enterprise Search or some of the APM books. Was that intentional? Did you just add 7.10 whenever there was a 7.x?
conf.yaml
Outdated
branches: [ master, 7.x, 7.9, 7.8 ] | ||
live: [ master, 7.x, 7.9, 7.8 ] | ||
branches: [ master, 7.x, 7.10, 7.9, 7.8 ] | ||
live: [ master, 7.x, 7.10, 7.9, 7.8 ] |
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.
Should we take 7.8 out of this list? Or can we change it to *stacklive
?
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.
I think this is a question for @dedemorton. Can happen separately from this PR (before or after) as far as I'm concerned.
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.
@lcawl I think I did that before because I didn't have all the branches in the list. You should be able to use *stacklive now.
Yup. I'll ping the writers for the books you mentioned, but I think we can follow up after this PR if necessary. If they don't have a 7.x there must not be links to those books from other books in the library. |
@elasticmachine run elasticsearch-ci/docs |
@elasticmachine run elasticsearch-ci/docs rebuild |
@elasticmachine run elasticsearch-ci/docs |
1 similar comment
@elasticmachine run elasticsearch-ci/docs |
This PR adds new 7.10 branches to the appropriate books.
NOTE: These build checks will fail until all the branches exist.