File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5151 continue
5252 fi
5353
54- # Stop if another version header is encountered
55- if [[ $in_changelog -eq 1 && "$line" =~ ^=[[:space:]] ]]; then
56- if [[ "$line" != "=${plugin_version} ="* ]]; then
57- break
58- fi
54+ # Stop if another version header is encountered, but continue if it's the current version
55+ if [[ $in_changelog -eq 1 && "$line" =~ ^=[[:space:]] && "$line" != "= ${plugin_version} ="* ]]; then
56+ break
5957 fi
6058
6159 # Append the relevant lines for the latest changelog
7270 # Write the release notes with actual line breaks
7371 echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
7472 echo -e "$release_notes" >> $GITHUB_ENV
75- echo "EOF" >> $GITHUB_ENV
73+ echo "EOF" >> $GITHUB_ENV
7674
7775
7876 - name : Create zip file
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && cbxphpspreadsheet_loadable() )
5252
5353
5454== Changelog ==
55-
5655= 1.0.9 =
5756* Fixed function 'php_version_check'
5857
You can’t perform that action at this time.
0 commit comments