Skip to content

Commit a812d56

Browse files
authored
Update Release Notes Generator to Fetch Latest Tags (dropbox#341)
1 parent 68f9345 commit a812d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release_note_generator.sh

+1
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)