Skip to content

Commit 0911397

Browse files
committed
ci(stm32cube): conventionnal commit message for BLE
Signed-off-by: Frederic Pillon <[email protected]>
1 parent e5e5c50 commit 0911397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CI/update/stm32cube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def updateBleLibrary():
723723
ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32Cube_FW"
724724
cube_version = cube_versions["WB"]
725725

726-
ble_commit_msg = f"Update STM32Cube_FW from Cube version {cube_version}"
726+
ble_commit_msg = f"chore: update STM32Cube_FW from Cube version {cube_version}"
727727

728728
for file in ble_file_list:
729729
file_path = Path(cube_path / file)

0 commit comments

Comments
 (0)