We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f9345 commit a812d56Copy full SHA for a812d56
scripts/release_note_generator.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
3
+git fetch origin --tags
4
last_version=$(git tag --sort v:refname | tail -n 2 | head -n 1)
5
echo "Getting commit history since $last_version"
6
num_commits=$(git rev-list --count $last_version..HEAD)
0 commit comments