Skip to content

Commit a5da062

Browse files
authored
ci: Prepend to changelog on (pre)release (#784)
1 parent f9de870 commit a5da062

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
name: Prepare release metadata
2828
with:
2929
release_type: prerelease
30+
existing_changelog_path: CHANGELOG.md
3031

3132
# If github.ref points to a [ci skip] commit, this workflow won't run.
3233
# Otherwise, these checks will be launched from the `run_code_checks` workflow.

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
release_type: ${{ inputs.release_type }}
4343
custom_version: ${{ inputs.custom_version }}
44+
existing_changelog_path: CHANGELOG.md
4445

4546
# If github.ref points to a [ci skip] commit, we assume that it was added by the pre_release workflow,
4647
# which doesn't push the commit if code checks don't pass.

0 commit comments

Comments
 (0)