forked from github/schildichat-desktop
Compare commits
12 commits
v1.11.6-sc
...
v1.11.14-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0bfa5733d5 | ||
![]() |
b6fe959153 | ||
![]() |
3c405aeaf6 | ||
![]() |
e26d244c1e | ||
![]() |
6bc26949c1 | ||
![]() |
e22b6bb031 | ||
![]() |
ae1e15dcef | ||
![]() |
92599de20a | ||
![]() |
c2318080eb | ||
![]() |
b9d35c0cc1 | ||
![]() |
77fbeb625c | ||
![]() |
95d46b08b4 |
9 changed files with 16 additions and 8 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 e8138b904e656a28f0a2ad260f3ab9f5d85af401
|
Subproject commit 07d1283f2388a1c748f6d5848740730ad6b7ee00
|
|
@ -1 +1 @@
|
||||||
Subproject commit ed7c271bc8028760639bdee69387bc58956c556b
|
Subproject commit d7e4930ab4efced752493957b37c1afb0aeb9d0b
|
|
@ -16,8 +16,8 @@ forall_repos check_branch $branch
|
||||||
forall_repos check_clean_git
|
forall_repos check_clean_git
|
||||||
|
|
||||||
# Fetch upstream
|
# Fetch upstream
|
||||||
forall_repos git fetch origin > /dev/null
|
forall_repos git fetch origin > /dev/null 2>/dev/null
|
||||||
forall_repos git fetch upstream > /dev/null
|
forall_repos git fetch upstream > /dev/null 2>/dev/null
|
||||||
|
|
||||||
(
|
(
|
||||||
# Add new line below git log: https://unix.stackexchange.com/a/345558
|
# Add new line below git log: https://unix.stackexchange.com/a/345558
|
||||||
|
|
1
i18n-overlays/element-desktop/ja.json
Normal file
1
i18n-overlays/element-desktop/ja.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
1
i18n-overlays/element-web/ja.json
Normal file
1
i18n-overlays/element-web/ja.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
3
i18n-overlays/matrix-react-sdk/ja.json
Normal file
3
i18n-overlays/matrix-react-sdk/ja.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Normal priority": "常優先度"
|
||||||
|
}
|
|
@ -1 +1 @@
|
||||||
Subproject commit cb81a65097a0bb861da9e7384cb7469ed42e7a58
|
Subproject commit 14742043de61ac9844c78204ffb93a783fa2c676
|
|
@ -1 +1 @@
|
||||||
Subproject commit a8c4ff42459a33610b1cba4105b9cdc4f52eaa64
|
Subproject commit c9fb6bbbb8bf97802277127601163618669acdee
|
Loading…
Add table
Add a link
Reference in a new issue