Skip to content

Commit

Permalink
ci: add a scope to release PR title
Browse files Browse the repository at this point in the history
For passing PR title checker
  • Loading branch information
Boshen committed Sep 11, 2024
1 parent 1ed4ccd commit a729b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
# bot account with PAT required for triggering workflow runs
# See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
token: ${{ secrets.OXC_BOT_PAT }}
commit-message: "release: ${{ inputs.name }}"
commit-message: "release(${{ inputs.name }}): v${{ steps.run.outputs.VERSION }}"
branch: release/${{ inputs.name }}
branch-suffix: timestamp
base: main
title: "release: ${{ inputs.name }} v${{ steps.run.outputs.VERSION }}"
title: "release(${{ inputs.name }}): v${{ steps.run.outputs.VERSION }}"
body: ${{ steps.run.outputs.CHANGELOG }}
assignees: Boshen

0 comments on commit a729b64

Please sign in to comment.