-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
platformio 6.1.10 #139300
platformio 6.1.10 #139300
Conversation
|
I've been having pain with publishing PlatformIO releases to brew since the beginning. The rules changes fast and I waste a lot of time to provide PR. How to use this system? |
I forgot to add. I use |
it is really easy, |
And if you want to integrate with your pipeline, you can just use these actions: |
What is next? Has anyone tried to you this for the Python project? |
Does it make sense to remove |
You are having issues because you need to use We do not remove projects from |
Can this PR be merged now? |
If you can change the commit message to be |
I thought I already mentioned this. |
you dont have to manually attach the release notes, just use |
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>
?Release Notes
-iprefix
compiler flag was usedmonitor
target is not executed if any of the preceding targets, such asupload
, encounter failures