)]}'
{"tools/process_auto_releases.sh":[{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"3d946f1a445f00793284337779735aa3821e9fa1","unresolved":true,"context_lines":[{"line_number":64,"context_line":"# Set the branch name for this series"},{"line_number":65,"context_line":"branch\u003d$(series_to_branch \"$series\")"},{"line_number":66,"context_line":"read -p \"\u003e Branch to use (${branch}): \" branch"},{"line_number":67,"context_line":"echo"},{"line_number":68,"context_line":"newbranch\u003d\"\""},{"line_number":69,"context_line":"read -p \"\u003e Create stable branch? [y/N]: \" YN"},{"line_number":70,"context_line":"if [ \"${YN,,}\" \u003d\u003d \"y\" ]; then"}],"source_content_type":"text/x-sh","patch_set":1,"id":"531c2bd2_b5ff7fa1","line":67,"updated":"2021-04-15 17:56:15.000000000","message":"This looks OK and works. One minor question though: do we want to accept if we just hit Enter, in a way that it then accepts what is in $branch already? As almost all of the cases that works well.\n\ne.g. something like this:\n\nbranch\u003d$(series_to_branch \"$series\")\nread -p \"\u003e Branch to use (${branch}): \" temp_branch\necho\n\nif [[ ! \"${temp_branch}\" -eq \"\" ]]; then\n    branch\u003d${temp_branch}\nfi","commit_id":"2c8b7c21e8f6bff91b9cf770456cdf188d9f887a"},{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"bbe1baaaa75225f7b8b7d11e6b6cc921d8769855","unresolved":true,"context_lines":[{"line_number":64,"context_line":"# Set the branch name for this series"},{"line_number":65,"context_line":"branch\u003d$(series_to_branch \"$series\")"},{"line_number":66,"context_line":"read -p \"\u003e Branch to use (${branch}): \" branch"},{"line_number":67,"context_line":"echo"},{"line_number":68,"context_line":"newbranch\u003d\"\""},{"line_number":69,"context_line":"read -p \"\u003e Create stable branch? [y/N]: \" YN"},{"line_number":70,"context_line":"if [ \"${YN,,}\" \u003d\u003d \"y\" ]; then"}],"source_content_type":"text/x-sh","patch_set":1,"id":"0a945798_22b895fb","line":67,"in_reply_to":"531c2bd2_b5ff7fa1","updated":"2021-04-26 12:22:31.000000000","message":"You\u0027re right, I proposed this feature through PS2","commit_id":"2c8b7c21e8f6bff91b9cf770456cdf188d9f887a"}]}
