Skip to content

Conversation

@ChandanETE
Copy link
Contributor

Please add my library CK_MAX to the Arduino Library Manager.

Thank you for your support!

@github-actions github-actions bot added the topic: submission Add library to the list label Apr 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2025

A problem was found with your submission https://github.com/ChandanETE/CK_MAX

ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2025

Thanks for your interest in contributing to the Arduino Library Manager index @ChandanETE
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@ChandanETE
Copy link
Contributor Author

@ArduinoBot I have added the required tag and release. Please check again.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2025

Hello! I'm checking your submission again.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2025

Arduino Lint has suggestions for possible improvements to https://github.com/ChandanETE/CK_MAX:

Linting library in CK_MAX
WARNING: library.properties url field value url=https://github.com/ChandanETE/CK_MAX does not have a valid URL format.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format       
         (Rule LP041)                                                                                                 
WARNING: Unable to load the library.properties url field: parse "url=https://github.com/ChandanETE/CK_MAX": first path  
         segment in URL cannot contain colon                                                                            
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP042)                                                                                                   

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in CK_MAX/examples/All_Effect_Check

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/AnalogValue_Check

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/Animation_Check

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/BCD_Check

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/Clock_Check

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/Double_Effect_Animation_Check

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/One_Time_Real_Clock

Linter results for project: no errors or warnings

-------------------

Linting sketch in CK_MAX/examples/Simple_Thermometer_Project

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit 2e74fe9 into arduino:main Apr 1, 2025
14 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2025

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/ChandanETE/CK_MAX/

github-actions bot pushed a commit that referenced this pull request Apr 1, 2025
@ChandanETE
Copy link
Contributor Author

@ArduinoBot I have fixed the warnings. Please check again.

@ChandanETE
Copy link
Contributor Author

@ArduinoBot Please recheck my library. I have fixed the warnings.

@per1234
Copy link
Contributor

per1234 commented Apr 1, 2025

Hello @ChandanETE. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request.

It is very commendable that you are addressing the warnings from the bot. However, these comments you are making don't accomplish anything at all.

If you find the checks that were performed on your library by the submission handling system, you might consider setting up an automated check in your library repository for compliance with the Library Manager requirements, and for best practices. This could run on every commit and pull request to ensure any violations of requirements, or less than optimal configurations are caught immediately.

Arduino provides a GitHub Actions action that makes this very easy to do by adding a simple YAML file to the repository:

https://github.com/arduino/arduino-lint-action#readme

This action uses the same Arduino Lint tool as the Library Manager system.

It is in use in all the official Arduino library repositories (example).


When you are happy with the changes you have made to your library, you can distribute the improved version to the Library Manager users by making a new release of the library. The procedure for making a release is documented here:

https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-publish-a-new-release-once-my-library-is-in-the-list

@per1234 per1234 self-assigned this Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants