fix: correctly set pr description (#778)

This commit is contained in:
Manuel
2024-07-12 20:46:18 +02:00
committed by GitHub
parent 0a4ff4b883
commit f58c38a1aa

View File

@@ -35,7 +35,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(release): automatic release ${{ steps.semver.outputs.next }}"
new_string: "**This is an automatic release**.<br/>Manual action may be required for major bumps.<br/>Detected change to be ``${{ steps.semver.outputs.bump }}``<br/>Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``"
old_string: "**This is an automatic release**.<br/>Manual action may be required for major bumps.<br/>Detected change to be ``${{ steps.semver.outputs.bump }}``<br/>Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``"
new_string: "Test"
source_branch: dev
target_branch: main
label: automerge