mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-04 06:22:21 +02:00
Compare commits
No commits in common. "v1.11.14-sc.0.test.1" and "v1.11.6-sc.0.test.3" have entirely different histories.
v1.11.14-s
...
v1.11.6-sc
9 changed files with 8 additions and 16 deletions
|
@ -20,11 +20,8 @@ debdate=$(date +%Y-%m-%d -r $debpath)
|
|||
pushd "$repopath" > /dev/null
|
||||
|
||||
git fetch
|
||||
git checkout master
|
||||
git reset --hard origin/master
|
||||
|
||||
git checkout -B "release-v$version"
|
||||
|
||||
yamlFile="chat.schildi.desktop.yaml"
|
||||
xmlFile="chat.schildi.desktop.metainfo.xml"
|
||||
|
||||
|
@ -36,8 +33,8 @@ sed -i "s|^\s\s<releases>$| <releases>\n <release version=\"$version\" date=
|
|||
git add $yamlFile $xmlFile
|
||||
git commit -m "Bump version to v$version"
|
||||
|
||||
git push -f --set-upstream origin "release-v$version"
|
||||
git push
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
echo "Release v$version published on flathub, now merge that branch as PR: https://github.com/flathub/chat.schildi.desktop/"
|
||||
echo "Release v$version published on flathub!"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 07d1283f2388a1c748f6d5848740730ad6b7ee00
|
||||
Subproject commit cbcbe7ff684f4200e362d0bc7178281b2c79d89b
|
|
@ -1 +1 @@
|
|||
Subproject commit d7e4930ab4efced752493957b37c1afb0aeb9d0b
|
||||
Subproject commit 8a4c07f24559dc0888413f9fc714d1bb6eecfecb
|
|
@ -16,8 +16,8 @@ forall_repos check_branch $branch
|
|||
forall_repos check_clean_git
|
||||
|
||||
# Fetch upstream
|
||||
forall_repos git fetch origin > /dev/null 2>/dev/null
|
||||
forall_repos git fetch upstream > /dev/null 2>/dev/null
|
||||
forall_repos git fetch origin > /dev/null
|
||||
forall_repos git fetch upstream > /dev/null
|
||||
|
||||
(
|
||||
# Add new line below git log: https://unix.stackexchange.com/a/345558
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"Normal priority": "常優先度"
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit 14742043de61ac9844c78204ffb93a783fa2c676
|
||||
Subproject commit cb81a65097a0bb861da9e7384cb7469ed42e7a58
|
|
@ -1 +1 @@
|
|||
Subproject commit c9fb6bbbb8bf97802277127601163618669acdee
|
||||
Subproject commit eb6b8d0b878102c5fe7420e185667e450f99cf7a
|
Loading…
Add table
Add a link
Reference in a new issue