increment_version.sh: Include changelog in git tag

Change-Id: I6df1673df359c0fd7ebbf7bb0af7d6b13a876774
This commit is contained in:
SpiritCroc 2024-02-11 20:08:46 +01:00
parent 707032f875
commit f05af3f8b3
1 changed files with 3 additions and 1 deletions

View File

@ -189,7 +189,9 @@ if [ "$release_type" = "test" ]; then
git commit -m "Test version $versionCode"
else
git commit -m "Increment version"
git tag "$new_tag"
git tag "$new_tag" -m "Version $version ($versionCode)
$(cat "$changelog_file")"
fi
if ((do_translation_pull)); then