Skip to content

Commit

Permalink
Merge pull request #11 from LFDT-Lockness/update-changelog-script
Browse files Browse the repository at this point in the history
Update changelog script
  • Loading branch information
survived authored Oct 17, 2024
2 parents a956799 + 11b8539 commit cd280ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ changelog_file=CHANGELOG.md;
git fetch origin "$m_branch:$m_branch" --depth=1

changed=0;
for log in */"$changelog_file"; do
for log in "$changelog_file" */"$changelog_file"; do
dir=$(dirname "$log");
# check if version changed
if git diff "$m_branch" -- "$dir/Cargo.toml" | grep -q "^-version = "; then
Expand Down

0 comments on commit cd280ea

Please sign in to comment.