mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
increment_version.sh: Include changelog in git tag
Change-Id: I6df1673df359c0fd7ebbf7bb0af7d6b13a876774
This commit is contained in:
parent
707032f875
commit
f05af3f8b3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue