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 c984842 commit 61865e9Copy full SHA for 61865e9
prepare_release.sh
@@ -119,7 +119,7 @@ setup_new_release_branch() {
119
120
git checkout -b "$release_branch"
121
git add "${cwd}/.github/README.md" "$sqlcipher_path"
122
- git commit -m "DuckDuckGo GRDB.swift ${new_version} (GRDB ${upstream-version}, SQLCipher ${sqlcipher_version})"
+ git commit -m "DuckDuckGo GRDB.swift ${new_version} (GRDB ${upstream_version}, SQLCipher ${sqlcipher_version})"
123
124
cat <<- EOF
125
0 commit comments