We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5e852 + 68ce1eb commit 9c737b4Copy full SHA for 9c737b4
.github/changelog.sh
@@ -7,7 +7,7 @@ changelog_file=CHANGELOG.md;
7
git fetch origin "$m_branch:$m_branch" --depth=1
8
9
changed=0;
10
-for log in */"$changelog_file"; do
+for log in "$changelog_file" */"$changelog_file"; do
11
dir=$(dirname "$log");
12
# check if version changed
13
if git diff "$m_branch" -- "$dir/Cargo.toml" | grep -q "^-version = "; then
0 commit comments