We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c671897 commit 84448bbCopy full SHA for 84448bb
scripts/release_note_generator.sh
@@ -5,5 +5,5 @@ echo "Getting commit history since $last_version"
5
num_commits=$(git rev-list --count $last_version..HEAD)
6
echo "Found $num_commits commits since last revision"
7
git_log=$(git log -n $num_commits --pretty="format:* %s %n")
8
-linked_log=$(echo "Release Notes: \n\n$git_log" | sed -e 's/#\([0-9]*\)/[#\1](github.com\/dropbox\/dropbox-sdk-python\/pull\/\1)/g')
+linked_log=$(echo "Release Notes: \n\n$git_log" | sed -e 's/#\([0-9]*\)/[#\1](https:\/\/github.com\/dropbox\/dropbox-sdk-python\/pull\/\1)/g')
9
echo "\n\n$linked_log"
0 commit comments