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 f87725f commit c696169Copy full SHA for c696169
Formula/auto.rb
@@ -1,9 +1,9 @@
1
class Auto < Formula
2
desc "Generate releases based on semantic version labels on pull requests."
3
homepage "https://intuit.github.io/auto"
4
- url "https://github.com/intuit/auto/releases/download/v11.2.1/auto-macos.gz"
5
- version "v11.2.1"
6
- sha256 "e805161e018fffaa24cbb7fabcf77e6ab047706669492f893cbe82b24d7f0d35"
+ url "https://github.com/intuit/auto/releases/download/v11.3.0/auto-macos.gz"
+ version "v11.3.0"
+ sha256 "c7527afe74d8469b3c52fb2c753cec7dbed5d9a7618fa9231697af0d76c00a77"
7
8
def install
9
libexec.install Dir["*"]
0 commit comments