Skip to content

Commit 7c3e970

Browse files
committed
script: stm32update: change commit messages
Signed-off-by: Frederic Pillon <[email protected]>
1 parent b13a19a commit 7c3e970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CI/utils/stm32update.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,17 +406,17 @@ def updateCore():
406406
regexmd_add = re.compile(r"(STM32)\w+(:\s+)\d+.\d+.\d+")
407407
HAL_updated = False
408408
CMSIS_updated = False
409-
hal_commit_msg = """[{0}] Update STM32{0}xx HAL Drivers to v{1}
409+
hal_commit_msg = """system: {0}: update STM32{0}xx HAL Drivers to v{1}
410410
411411
Included in STM32Cube{0} FW {2}""".format(
412412
serie, cube_HAL_version, cube_version
413413
)
414-
cmsis_commit_msg = """[{0}] Update STM32{0}xx CMSIS Drivers to v{1}
414+
cmsis_commit_msg = """system: {0}: update STM32{0}xx CMSIS Drivers to v{1}
415415
416416
Included in STM32Cube{0} FW {2}""".format(
417417
serie, cube_CMSIS_version, cube_version
418418
)
419-
wrapper_commit_msg = "[{}] Update wrapped files".format(serie)
419+
wrapper_commit_msg = "core: {}: update wrapped files".format(serie)
420420

421421
# Update HAL part if needed
422422
if version.parse(core_HAL_version) < version.parse(cube_HAL_version):

0 commit comments

Comments
 (0)