mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 23:48:53 +00:00
Enhance version bump PR body description (#7644)
This commit is contained in:
parent
489349bcae
commit
34a79e368e
8
.github/workflows/minor_version_release.yml
vendored
8
.github/workflows/minor_version_release.yml
vendored
@ -79,9 +79,11 @@ jobs:
|
||||
# Create the PR
|
||||
gh pr create -B "${{ steps.branch.outputs.name }}" \
|
||||
-H bump-version \
|
||||
--title 'Bump unstable version' \
|
||||
--body 'Part of the release process' \
|
||||
--label 'ignore-for-release-notes'
|
||||
--title "Bump unstable version" \
|
||||
--body "This PR bumps the unstable version for ${{ inputs.version }}.\n \
|
||||
The release branch \`v${{ steps.versions.outputs.current_release_minor }}.x\` has been correctly created.\n\
|
||||
Verify documentation on Readme has been correctly updated before approving and merging this PR." \
|
||||
--label "ignore-for-release-notes"
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user