mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Prepare for 1.0.5 tag
This commit is contained in:
+1
-1
Submodule cosmic-applets updated: d4f62852f3...57e55a98a0
+1
-1
Submodule cosmic-applibrary updated: 22926ea0ac...c5d8c99fb2
+1
-1
Submodule cosmic-bg updated: 0b8ecbd4b4...808a50e383
+1
-1
Submodule cosmic-edit updated: 6dbc5d5ef7...021a8e614e
+1
-1
Submodule cosmic-files updated: 3e932877a9...40f19b0d02
+1
-1
Submodule cosmic-greeter updated: a5dcdb42c4...d542978314
+1
-1
Submodule cosmic-initial-setup updated: 9f2a68d2cc...467be1a39d
+1
-1
Submodule cosmic-launcher updated: 2941ad16b6...d9508ec0a4
+1
-1
Submodule cosmic-notifications updated: 970b7672ca...2ba5e6e734
+1
-1
Submodule cosmic-osd updated: 5252e8e94e...b2eaad6253
+1
-1
Submodule cosmic-player updated: 9d5654cd8e...3eb2ea4257
+1
-1
Submodule cosmic-screenshot updated: b550b45da3...9783078553
+1
-1
Submodule cosmic-session updated: 3506cfc404...7b5fd4de9d
+1
-1
Submodule cosmic-settings updated: eec172cdae...55b502dff3
+1
-1
Submodule cosmic-settings-daemon updated: ef024bfd06...020c4addd7
+1
-1
Submodule cosmic-store updated: 838aa844dc...df9fd259a9
+1
-1
Submodule cosmic-term updated: cdeaeeddc9...fed389bc4c
+1
-1
Submodule cosmic-workspaces-epoch updated: e50554cdff...2108269d2e
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
# This should be the _next_ epoch version
|
||||
version=1.0.4
|
||||
version=1.0.5
|
||||
subject="Epoch ${version} version update"
|
||||
description="Generated by cosmic-epoch scripts/version-update.sh"
|
||||
|
||||
@@ -30,11 +30,17 @@ do
|
||||
cargo update
|
||||
git commit -a -m "${subject}" -m "${description}"
|
||||
git push -f -u origin epoch-update
|
||||
gh pr create \
|
||||
--title "${subject}" \
|
||||
--body "${description}" \
|
||||
--assignee "@me" \
|
||||
--reviewer "pop-os/engineering" \
|
||||
--reviewer "pop-os/quality-assurance"
|
||||
pr_url="$(gh pr list --head epoch-update --state open --json url --jq '.[].url')"
|
||||
if [ -n "${pr_url}" ]
|
||||
then
|
||||
echo "PR already open: ${pr_url}"
|
||||
else
|
||||
gh pr create \
|
||||
--title "${subject}" \
|
||||
--body "${description}" \
|
||||
--assignee "@me" \
|
||||
--reviewer "pop-os/engineering" \
|
||||
--reviewer "pop-os/quality-assurance"
|
||||
fi
|
||||
popd
|
||||
done
|
||||
done
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: 2ab83d5053...ff0633fa87
Reference in New Issue
Block a user