skip_changelog: put version in title

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-10-27 18:06:07 +00:00
parent 70e019b6e7
commit f533403873
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -104,7 +104,7 @@ if ! git push "https://${GITHUB_TOKEN}:@github.com/${GIT_REPO}" --set-upstream "
fi
if ! post_pull_request \
"patch: New ${source_repo} upstream release!" \
"patch: New ${source_repo} upstream release ${version}!" \
"main" \
"${update_branch}" \
"The upstream [${source_repo}](https://github.com/${source_repo}/releases) released new software version - **${version}**!\n\nThis automated PR updates code to bring new version into repository." ; then