Skip to content

Commit

Permalink
fixed the changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Oct 16, 2024
1 parent ef2ee35 commit 2898b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_scripts/generate-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2898b46

Please sign in to comment.