Skip to content

Commit

Permalink
chore: improve printing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Oct 20, 2023
1 parent 242c9af commit 9dba721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/start-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Bump changelog version
run: |
sed -i'.bak' "s/\[Unreleased\]/\[${{ inputs.version_number }}\] \(${{ inputs.release_date }}\)/g" CHANGELOG.md
head -n 50 CHANGELOG.md
awk 'BEGIN {count=0} /## \[/ {count++; if (count == 2) exit} {print}' CHANGELOG.md
- name: Bump package.json version
run: |
Expand Down

0 comments on commit 9dba721

Please sign in to comment.