mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-27 07:50:12 +00:00
Compare commits
5
Commits
epoch-1.0.4
...
version
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d566a8b589 | ||
|
|
f5fa41194e | ||
|
|
f9abdc105d | ||
|
|
dee71b6f25 | ||
|
|
d955da69d4 |
@@ -0,0 +1,8 @@
|
|||||||
|
- [ ] I have disclosed use of any AI generated code in my commit messages.
|
||||||
|
- If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR.
|
||||||
|
- In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment.
|
||||||
|
- [ ] I understand these changes in full and will be able to respond to review comments.
|
||||||
|
- [ ] My change is accurately described in the commit message.
|
||||||
|
- [ ] My contribution is tested and working as described.
|
||||||
|
- [ ] I have read the [Developer Certificate of Origin](https://developercertificate.org/) and certify my contribution under its conditions.
|
||||||
|
|
||||||
+1
-1
Submodule cosmic-applets updated: d4f62852f3...006cc96b7b
+1
-1
Submodule cosmic-applibrary updated: 22926ea0ac...2be09f052e
+1
-1
Submodule cosmic-bg updated: 0b8ecbd4b4...808a50e383
+1
-1
Submodule cosmic-comp updated: 1dfc948f1e...67c08ef692
+1
-1
Submodule cosmic-edit updated: 6dbc5d5ef7...46a1a36f82
+1
-1
Submodule cosmic-files updated: 3e932877a9...2c363a01e5
+1
-1
Submodule cosmic-greeter updated: a5dcdb42c4...c68ee081a5
+1
-1
Submodule cosmic-initial-setup updated: 9f2a68d2cc...8cabf71f7f
+1
-1
Submodule cosmic-launcher updated: 2941ad16b6...c14b470966
+1
-1
Submodule cosmic-notifications updated: 970b7672ca...998f173a18
+1
-1
Submodule cosmic-osd updated: 5252e8e94e...0418a0ce92
+1
-1
Submodule cosmic-player updated: 9d5654cd8e...768fc74a42
+1
-1
Submodule cosmic-screenshot updated: b550b45da3...3180f369ca
+1
-1
Submodule cosmic-session updated: 3506cfc404...7b5fd4de9d
+1
-1
Submodule cosmic-settings updated: eec172cdae...b46a55d423
+1
-1
Submodule cosmic-settings-daemon updated: ef024bfd06...020c4addd7
+1
-1
Submodule cosmic-store updated: 838aa844dc...a1016c729d
+1
-1
Submodule cosmic-term updated: cdeaeeddc9...5bcab45c65
+1
-1
Submodule cosmic-workspaces-epoch updated: e50554cdff...d31c6dbccb
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# This should be the _next_ epoch version
|
# This should be the _next_ epoch version
|
||||||
version=1.0.4
|
version=1.0.6
|
||||||
subject="Epoch ${version} version update"
|
subject="Epoch ${version} version update"
|
||||||
description="Generated by cosmic-epoch scripts/version-update.sh"
|
description="Generated by cosmic-epoch scripts/version-update.sh"
|
||||||
|
|
||||||
@@ -11,6 +11,9 @@ repos=(
|
|||||||
cosmic-edit
|
cosmic-edit
|
||||||
cosmic-files
|
cosmic-files
|
||||||
cosmic-player
|
cosmic-player
|
||||||
|
cosmic-settings
|
||||||
|
cosmic-settings-daemon
|
||||||
|
cosmic-randr
|
||||||
cosmic-store
|
cosmic-store
|
||||||
cosmic-term
|
cosmic-term
|
||||||
)
|
)
|
||||||
@@ -30,11 +33,17 @@ do
|
|||||||
cargo update
|
cargo update
|
||||||
git commit -a -m "${subject}" -m "${description}"
|
git commit -a -m "${subject}" -m "${description}"
|
||||||
git push -f -u origin epoch-update
|
git push -f -u origin epoch-update
|
||||||
gh pr create \
|
pr_url="$(gh pr list --head epoch-update --state open --json url --jq '.[].url')"
|
||||||
--title "${subject}" \
|
if [ -n "${pr_url}" ]
|
||||||
--body "${description}" \
|
then
|
||||||
--assignee "@me" \
|
echo "PR already open: ${pr_url}"
|
||||||
--reviewer "pop-os/engineering" \
|
else
|
||||||
--reviewer "pop-os/quality-assurance"
|
gh pr create \
|
||||||
|
--title "${subject}" \
|
||||||
|
--body "${description}" \
|
||||||
|
--assignee "@me" \
|
||||||
|
--reviewer "pop-os/engineering" \
|
||||||
|
--reviewer "pop-os/quality-assurance"
|
||||||
|
fi
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|||||||
Submodule xdg-desktop-portal-cosmic updated: 2ab83d5053...276af0b38c
Reference in New Issue
Block a user