-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pulsarctl 3.3.0.3 (new formula) #175375
pulsarctl 3.3.0.3 (new formula) #175375
Conversation
why not use latest v3.0.5.4 ? |
I feel like it is more of goreleaser flow issue :), can you raise an upstream issue to confirm about this? I'd prefer 3.0.5.4 |
Are they using goreleaser? I don't see a But streamnative/pulsarctl#980 (comment) confirms they are maintaining muliple minor versions in parallel, as they track the same minor versions as pulsar (and the latest there is 3.3.x) |
yeah, they dont use it, it would be better that they use it to automate the tap updates. |
|
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Needed a livecheck due to an old calver tag and
github_latest
isn't accurate either (latest isv3.0.5.4
but their tap is onv3.3.0.1
)