Skip to content

Commit ea5a2b0

Browse files
committed
Update Release Notes Generator to Fetch Latest Tags
1 parent 68f9345 commit ea5a2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release_note_generator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
git fetch origin --tags
34
last_version=$(git tag --sort v:refname | tail -n 2 | head -n 1)
45
echo "Getting commit history since $last_version"
56
num_commits=$(git rev-list --count $last_version..HEAD)

0 commit comments

Comments
 (0)