-
-
Notifications
You must be signed in to change notification settings - Fork 13k
arduino-cli 0.5.0 (new formula) #44948
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
Conversation
@fxcoudert I downgraded the version and squashed the commits according to your guide |
One more thing, commit should be named like the PR title: |
@dawidd6 I named the commit according to @fxcoudert comment:
now I changed the pr name accordingly. |
Will be ok without the |
Nice, thanks for your contribution to Homebrew! |
Thanks @Efrat19! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉 |
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 doingbrew install <formula>
)?