forked from github/schildichat-desktop
Compare commits
7 commits
v1.11.12-s
...
v1.11.15-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
51e7d4b67b | ||
![]() |
92ac040175 | ||
![]() |
0bfa5733d5 | ||
![]() |
b6fe959153 | ||
![]() |
3c405aeaf6 | ||
![]() |
e26d244c1e | ||
![]() |
6bc26949c1 |
6 changed files with 19 additions and 8 deletions
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"update_base_url": null,
|
"update_base_url": null,
|
||||||
"default_server_name": "matrix.org",
|
"default_server_config": {
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://matrix-client.matrix.org",
|
||||||
|
"server_name": "matrix.org"
|
||||||
|
}
|
||||||
|
},
|
||||||
"brand": "SchildiChat",
|
"brand": "SchildiChat",
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
|
@ -14,7 +19,10 @@
|
||||||
"showLabsSettings": true,
|
"showLabsSettings": true,
|
||||||
"roomDirectory": {
|
"roomDirectory": {
|
||||||
"servers": [
|
"servers": [
|
||||||
"matrix.org"
|
"matrix.org",
|
||||||
|
"gitter.im",
|
||||||
|
"libera.chat",
|
||||||
|
"schildi.chat"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
|
|
|
@ -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 6ecf8c30e0f96bd078dbdcd421f48418f54a91ed
|
Subproject commit dd74e3628176f0ad39097325e5603fec51408a83
|
|
@ -1 +1 @@
|
||||||
Subproject commit a75d0d9055906f44503acb8f1152260e02c6547f
|
Subproject commit fcf043c9989b995aee64322ac5e7ff3997da535d
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9b20f5c3ef02568ee302f0c6ed633f07f7f8e498
|
Subproject commit 6128de1bafde5b2112f2fe6dd2101e822d2c0636
|
|
@ -1 +1 @@
|
||||||
Subproject commit 68f99488f590bb3623ee2bcf096a697e8d38505b
|
Subproject commit 0ad473a26dae2d37138e46024462b599ae67285e
|
Loading…
Add table
Add a link
Reference in a new issue