SIGN IN SIGN UP

fix(ci): handle last commit in release changelog while-read loops

Add EOF-safe pattern (|| [ -n "" ]) to both stable and nightly while-read loops. The standard bash 'while read' silently drops the last line when input lacks a trailing newline, causing the most recent commit to be omitted from release changelogs.
M
MasuRii committed
3bd5a36591bb8417497efd2dc71caf237d669e96
Parent: 24e0ea0