Skip to content

Commit b0ff18d

Browse files
authored
⚙️ Change Changelog release title formatting (#76)
<!-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 --> ### Description Changed the configuration of `towncrier` so that the release title in the changelog is better formatted. `towncrier` is the tool used to perform the changelog generation. ### 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. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [x] Additional tests are not required for this change (e.g. documentation update).
1 parent c87a5e0 commit b0ff18d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/20230228130522.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:gear: Improve changelog formatting

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ patch = "news/*.bugfix"
7171
directory = "news"
7272
filename = "CHANGELOG.md"
7373
package = "continuous_delivery_scripts"
74-
title_format = "{version} ({project_date})"
74+
title_format = false
7575
start_string = """
7676
[//]: # (begin_release_notes)
7777
"""

0 commit comments

Comments
 (0)