mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-03 22:14:43 +02:00
Compare commits
4 commits
v1.11.12-s
...
v1.11.14-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0bfa5733d5 | ||
![]() |
b6fe959153 | ||
![]() |
3c405aeaf6 | ||
![]() |
e26d244c1e |
5 changed files with 9 additions and 6 deletions
|
@ -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/"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 87b2e3d7a3158c999b480e13fb23ab5774237dd9
|
Subproject commit 07d1283f2388a1c748f6d5848740730ad6b7ee00
|
|
@ -1 +1 @@
|
||||||
Subproject commit 886408b58153fb15f9691c6ac0f3c31aec40f261
|
Subproject commit d7e4930ab4efced752493957b37c1afb0aeb9d0b
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9b20f5c3ef02568ee302f0c6ed633f07f7f8e498
|
Subproject commit 14742043de61ac9844c78204ffb93a783fa2c676
|
|
@ -1 +1 @@
|
||||||
Subproject commit e3761d887d8987f4b97b567962bb453f901c5f72
|
Subproject commit c9fb6bbbb8bf97802277127601163618669acdee
|
Loading…
Add table
Add a link
Reference in a new issue