Skip to content

Commit

Permalink
Update changelog script
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Oct 17, 2024
1 parent 55faeaa commit 97e036c
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 97e036c

Please sign in to comment.