CeDeROM
CeDeROM
* This CI build comes from pico-sdk version 2.2.0. I had exactly the same problem in local build, so had to revert pico-sdk to version 2.1.0. * https://github.com/apache/nuttx/pull/16862 adds local...
> @cederom Care to try #16876? The fix was simple enough but, as you said, the upstream did not mark it as a breaking change (...?). Im on it, thanks!...
As https://github.com/apache/nuttx/pull/16876 is merged lets see how this CI builds now :-)
* Thanks @acassis, since requirement for marking breaking changes is part of Contributing Guide for 3 months but everyone seems to ignore marking, maybe other way will work. * There...
> @acassis: It is not mandatory: please see items 12 and 13 of specification. If "!" is included in the commit title the "BREAKING CHANGE: " in the foot are...
Update from the mailing list: @jerpelea proposes to use `!` (exclamation mark) as the first character of git commit topic and PR title for breaking changes. I like the idea...
@acassis how Release Notes are generated? These are generated from Pull Requests right? Thus we need this mark both in git commit and pull request. I am asking for this...
> > @acassis how Release Notes are generated? > > It doesn't change the way we already generate it (BTW I never generate it, so your question should be redirected...
If you want to remove breaking mark ("!") from PR titles and leave only in git commits then I will follow the community voice. Should we vote that change on...
> > If you want to remove breaking mark ("!") from PR titles and leave only in git commits then I will follow the community voice. Should we vote that...