We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e5c50 commit 0911397Copy full SHA for 0911397
CI/update/stm32cube.py
@@ -723,7 +723,7 @@ def updateBleLibrary():
723
ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32Cube_FW"
724
cube_version = cube_versions["WB"]
725
726
- ble_commit_msg = f"Update STM32Cube_FW from Cube version {cube_version}"
+ ble_commit_msg = f"chore: update STM32Cube_FW from Cube version {cube_version}"
727
728
for file in ble_file_list:
729
file_path = Path(cube_path / file)
0 commit comments