Skip to content

Commit b8e85ab

Browse files
authored
🐛 Fix news file automatic creation (#79)
<!-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 --> ### Description Fix news file automatic creation ### Test Coverage <!-- Please put an `x` in the correct box e.g. `[x]` to indicate the testing coverage of this change. --> - [ ] This change is covered by existing or additional automated tests. - [x] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [ ] Additional tests are not required for this change (e.g. documentation update).
1 parent 4ea0c7a commit b8e85ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

continuous_delivery_scripts/assert_news.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def generate_news_file(git: GitWrapper, news_dir: pathlib.Path) -> pathlib.Path:
120120
logger.info(f"Generating a news file with content: {message}...")
121121
return create_news_file(
122122
str(news_dir),
123+
None,
123124
message,
124125
configuration.get_value(ConfigurationVariable.DEPENDENCY_UPDATE_NEWS_TYPE),
125126
)

news/20230301144720.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:bug: Fixed news file automatic creation for dependency updates

0 commit comments

Comments
 (0)