Major Revision for mecmotor lib#7877
Conversation
|
Hello! I'm checking your submission again. |
|
Hi @beastbroak30. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
per1234
left a comment
There was a problem hiding this comment.
Hello @beastbroak30. After the initial addition of the library, the indexer job periodically checks each of the libraries in the Arduino Library Manager Registry and picks up any new release/tag that meets the requirements listed here:
This means there is no need to take any additional action to add new releases of your library to Library Manager. They will be added automagically!
So submitting a pull request like this when you make a new release is not necessary and won't accomplish anything other than wasting your time. The human maintainers of the registry monitor all activity in this repository in order to accommodate valid maintenance requests from the library maintainers, so please don't submit pointless pull requests to this repository.
It does take a little time for the indexer job to run, and then some additional time after that for the update to propagate through the CDN and the local cache. But it will get there. We give a conservative estimate of availability within one day's time.
You can monitor the indexing of the library releases by checking the library's dedicated indexer logs web page:
https://github.com/arduino/library-registry/blob/main/FAQ.md#user-content-can-i-check-on-library-releases-being-added-to-library-manager
No description provided.