We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f5bd6 commit 04b67bbCopy full SHA for 04b67bb
tools/bump_version.sh
@@ -16,7 +16,6 @@ sed -i '' "s|^ \(sha256 \"\)\(.*\)\(\"\)| \1$sha\3|" $(brew --repo homebrew/co
16
17
previous_version=${current_version%.*}.$((${current_version##*.}-1))
18
sed -i '' "s/${previous_version//./\\.}/$current_version/g" \
19
-README.md \
20
$(brew --repo homebrew/core)/Formula/weaver.rb
21
22
git commit -am "Bump version to $next_version"
0 commit comments