@@ -115,6 +115,14 @@ Update Beta tags for AntennaTracker
115115- ``git tag AntennaTracker-beta HEAD ``
116116- ``git push origin AntennaTracker-beta ``
117117
118+ Update Beta tags for Periph
119+
120+ - ``git show AP_Periph-beta ``
121+ - ``git tag -d AP_Periph-beta ``
122+ - ``git push origin :refs/tags/AP_Periph-beta ``
123+ - ``git tag AP_Periph-beta HEAD ``
124+ - ``git push origin AP_Periph-beta ``
125+
118126Check the `GitHub Tags <https://github.com/ArduPilot/ardupilot/tags >`__ to ensure all tags have been updated
119127
120128Pull the release notes commits into the ardupilot/master branch
@@ -210,6 +218,14 @@ Update Stable tags for AntennaTracker
210218- ``git tag AntennaTracker-stable HEAD ``
211219- ``git push origin AntennaTracker-stable ``
212220
221+ Update Stable tags for Periph
222+
223+ - ``git show AP_Periph-stable ``
224+ - ``git tag -d AP_Periph-stable ``
225+ - ``git push origin :refs/tags/AP_Periph-stable ``
226+ - ``git tag AP_Periph-stable HEAD ``
227+ - ``git push origin AP_Periph-stable ``
228+
213229An additional tag is created for each vehicle that includes the patch release number
214230
215231- ``git tag Plane-4.7.0 ``
@@ -222,6 +238,8 @@ An additional tag is created for each vehicle that includes the patch release nu
222238- ``git push origin Sub-4.7.0 ``
223239- ``git tag AntennaTracker-4.7.0 ``
224240- ``git push origin AntennaTracker-4.7.0 ``
241+ - ``git tag AP_Periph-4.7.0 ``
242+ - ``git push origin AP_Periph-4.7.0 ``
225243
226244Announcements are done in much the same way as beta releases by posting on these sites:
227245
0 commit comments