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
Git Version Tags / Release Tags are required to be accepted into the Arduino Registry. The current version should be reflected in [library.properties](/library.properties)
53
+
54
+
Each new PR should increment the current release version in the following format `version.feature.patch`:
55
+
-`1.0.0` for full new versions that has major rewrites in the corresponding instruction material
56
+
-`0.1.0` for new features or activities
57
+
-`0.0.1` for bug patches or fixes
58
+
59
+
When the release version is incremented, any numbers to the right are reset to 0.
0 commit comments