You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,19 @@
1
+
# libraries-repository-engine
2
+
1
3
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go.yml)
2
4
[](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go.yml)
This is the tool that generates [the Arduino Library Manager index](http://downloads.arduino.cc/libraries/library_index.json).
9
+
10
+
Every hour, the automated Library Manager indexer system runs this tool, which:
11
+
12
+
1. checks every repository in the [Library Manager list](https://github.com/arduino/library-registry) for new [tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging)
13
+
1. checks whether those tags meet [the requirements for addition to the index](https://github.com/arduino/library-registry/blob/main/FAQ.md#what-are-the-requirements-for-publishing-new-releases-of-libraries-already-in-the-library-manager-list), publishing [logs](https://github.com/arduino/library-registry/blob/main/FAQ.md#can-i-check-on-library-releases-being-added-to-library-manager)
14
+
1. adds entries to the index for compliant tags
15
+
1. pushes the updated index to Arduino's download server
0 commit comments