Compare commits

..

No commits in common. "f422a75c1c29c94b66a34507ef43679ad62d64ea" and "4ed8099158f0f753b53a526ccba7dfc7aaad739a" have entirely different histories.

1 changed files with 2 additions and 4 deletions

View File

@ -624,10 +624,8 @@ jobs:
/^## :bookmark: '"${CHANGELOG_VERSION}"'$/ { in_version=1; next }
/^## :bookmark: / && in_version { in_version=0 }
in_version && /\(\[([0-9a-f]{7})\]/ {
if(match($0, /\(\[([0-9a-f]{7})\]/)) {
hash = substr($0, RSTART+2, 7)
print arr[1]
}
match($0, /\(\[([0-9a-f]{7})\]/, arr)
print arr[1]
}
' CHANGELOG.md | sort -u)