diff --git a/.github/workflow_scripts/generate-changelog.sh b/.github/workflow_scripts/generate-changelog.sh index 5933855..31555e0 100755 --- a/.github/workflow_scripts/generate-changelog.sh +++ b/.github/workflow_scripts/generate-changelog.sh @@ -110,7 +110,7 @@ function insert_changelog_content() { echo "$content" >"$content_file" - line_number=$((line_number + 2)) + line_number=$((line_number + 3)) awk -v lineno="$line_number" -v content_file="$content_file" ' NR == lineno { diff --git a/CHANGELOG.md b/CHANGELOG.md index aae1d3d..2db46df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Changelog All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.9.6] - 2024-09-19