You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for running version updates on multiple branches (#6310) (#6311)
Now the script can be run on a matrix for multiple release branches.
(cherry picked from commit 275c748)
Co-authored-by: Denis <denis.rechkunov@elastic.co>
nl=$'\n'# otherwise the new line character is not recognized properly
25
28
commit_desc="These files are used for picking the starting (pre-upgrade) or ending (post-upgrade) agent versions in upgrade integration tests.${nl}${nl}The content is based on responses from https://www.elastic.co/api/product_versions and https://snapshots.elastic.co${nl}${nl}The current update is generated based on the following requirements:${nl}${nl}Package version: ${package_version}${nl}${nl}\`\`\`json${nl}${version_requirements}${nl}\`\`\`"
0 commit comments