Skip to content

Commit 48a3109

Browse files
committed
scripts: serie_update: Remove copying release notes from STM32Cube
Remove copying release notes from STM32Cube Signed-off-by: Nidhal BEN OTHMEN <[email protected]>
1 parent dfd22ba commit 48a3109

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/serie_update.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,10 +640,9 @@ def apply_zephyr_patch(self):
640640
os.remove(patch_path)
641641
shutil.copy(str(self.stm32cube_temp / self.module_patch), patch_path)
642642

643-
# Update README and CMakeList, copy release note
643+
# Update README and CMakeList
644644
self.update_readme(self.version_update, self.update_commit)
645645
self.update_cmakelist()
646-
self.copy_release_note()
647646

648647
# remove stm32_assert_template.h and create stm32_assert.h
649648
self.generate_assert_file()

0 commit comments

Comments
 (0)