mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-16 07:21:55 +02:00
Compare commits
2 Commits
v1.11.13-s
...
v1.11.14-s
Author | SHA1 | Date | |
---|---|---|---|
0bfa5733d5 | |||
b6fe959153 |
@ -20,8 +20,11 @@ debdate=$(date +%Y-%m-%d -r $debpath)
|
|||||||
pushd "$repopath" > /dev/null
|
pushd "$repopath" > /dev/null
|
||||||
|
|
||||||
git fetch
|
git fetch
|
||||||
|
git checkout master
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
|
|
||||||
|
git checkout -B "release-v$version"
|
||||||
|
|
||||||
yamlFile="chat.schildi.desktop.yaml"
|
yamlFile="chat.schildi.desktop.yaml"
|
||||||
xmlFile="chat.schildi.desktop.metainfo.xml"
|
xmlFile="chat.schildi.desktop.metainfo.xml"
|
||||||
|
|
||||||
@ -33,8 +36,8 @@ sed -i "s|^\s\s<releases>$| <releases>\n <release version=\"$version\" date=
|
|||||||
git add $yamlFile $xmlFile
|
git add $yamlFile $xmlFile
|
||||||
git commit -m "Bump version to v$version"
|
git commit -m "Bump version to v$version"
|
||||||
|
|
||||||
git push
|
git push -f --set-upstream origin "release-v$version"
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
echo "Release v$version published on flathub!"
|
echo "Release v$version published on flathub, now merge that branch as PR: https://github.com/flathub/chat.schildi.desktop/"
|
||||||
|
Submodule element-desktop updated: 3d6ff486d4...07d1283f23
Submodule element-web updated: 1f45edd3d0...d7e4930ab4
Submodule matrix-js-sdk updated: 679ba691ef...14742043de
Submodule matrix-react-sdk updated: eb43745d74...c9fb6bbbb8
Reference in New Issue
Block a user