Skip to content

Commit

Permalink
ci: Prepend to changelog on (pre)release (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Dec 5, 2024
1 parent f9de870 commit a5da062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
name: Prepare release metadata
with:
release_type: prerelease
existing_changelog_path: CHANGELOG.md

# If github.ref points to a [ci skip] commit, this workflow won't run.
# Otherwise, these checks will be launched from the `run_code_checks` workflow.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
custom_version: ${{ inputs.custom_version }}
existing_changelog_path: CHANGELOG.md

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

0 comments on commit a5da062

Please sign in to comment.