Skip to content

Commit

Permalink
Update updateChangelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcskosir authored Dec 13, 2024
1 parent cfb62f0 commit 255296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
header="BREAKING CHANGES:"
fi
#input_string=$(echo $input_string | sed -e 's/^\[BUG\] //' -e 's/^\[ENHANCEMENT\] //' -e 's/^\[FEATURE\] //' -e 's/^\[BREAKING\] //')
input_string=$(echo $input_string | sed -e 's/^\[BUG\] //' -e 's/^\[ENHANCEMENT\] //' -e 's/^\[FEATURE\] //' -e 's/^\[BREAKING\] //')
# Find the header and insert the input string under the first occurrence
awk -v header=$header -v input_string=$input_string '
Expand Down

0 comments on commit 255296a

Please sign in to comment.