Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM committed Jul 11, 2024
1 parent d190c2f commit ed02f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/verify_released_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CURRENT_LOCKED_FILE="$TEMP_DIR/current_locked_section.md"

# Extract released sections from the previous version
awk '/^\<!-- Released section --\>/ {flag=1} /^\<!-- Released section ended --\>/ {flag=0} flag' "$PREVIOUS_FILE" > "$PREVIOUS_LOCKED_FILE"
awk '/^\<!-- Released section --\>/ {flag=1} /^\<!-- Released section ended --\>/ {flag=0} flag' "$PREVIOUS_FILE"

# Extract released sections from the current version
awk '/^\<!-- Released section --\>/ {flag=1} /^\<!-- Released section ended --\>/ {flag=0} flag' "$CURRENT_FILE" > "$CURRENT_LOCKED_FILE"
Expand Down

0 comments on commit ed02f59

Please sign in to comment.