mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efe2c51b53 | ||
|
|
9b0e61c54b | ||
|
|
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...c8104a98ce
+1
-1
Submodule cosmic-applibrary updated: 22926ea0ac...1475c72bbb
+1
-1
Submodule cosmic-bg updated: 0b8ecbd4b4...4396743bef
+1
-1
Submodule cosmic-comp updated: 1dfc948f1e...3f68eee846
+1
-1
Submodule cosmic-edit updated: 6dbc5d5ef7...7b511d737f
+1
-1
Submodule cosmic-files updated: 3e932877a9...f645c55a38
+1
-1
Submodule cosmic-greeter updated: a5dcdb42c4...2cbb199a16
+1
-1
Submodule cosmic-icons updated: cd30ffd509...668a7acb6c
+1
-1
Submodule cosmic-idle updated: 6d3dbedd50...c95d066b5b
+1
-1
Submodule cosmic-initial-setup updated: 9f2a68d2cc...dbe325bec5
+1
-1
Submodule cosmic-launcher updated: 2941ad16b6...7c5140f0a2
+1
-1
Submodule cosmic-notifications updated: 970b7672ca...b58fb29bd7
+1
-1
Submodule cosmic-osd updated: 5252e8e94e...08789c8bdd
+1
-1
Submodule cosmic-panel updated: 8eb8a1b630...6a783a18c3
+1
-1
Submodule cosmic-player updated: 9d5654cd8e...a9586a8ad4
+1
-1
Submodule cosmic-randr updated: 741089cf5e...6e8e795970
+1
-1
Submodule cosmic-screenshot updated: b550b45da3...4ca3706fca
+1
-1
Submodule cosmic-session updated: 3506cfc404...618624bcc0
+1
-1
Submodule cosmic-settings updated: eec172cdae...28c3510671
+1
-1
Submodule cosmic-settings-daemon updated: ef024bfd06...defa9f7904
+1
-1
Submodule cosmic-store updated: 838aa844dc...e7f825ed33
+1
-1
Submodule cosmic-term updated: cdeaeeddc9...183acce057
+1
-1
Submodule cosmic-wallpapers updated: 189c2c63d3...3c59953e7e
+1
-1
Submodule cosmic-workspaces-epoch updated: e50554cdff...87dca9eda4
+1
-1
Submodule pop-launcher updated: eead361cca...5b86851071
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
# This should be the _next_ epoch version
|
||||
version=1.0.4
|
||||
version=1.0.8
|
||||
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...1fe63055bc
Reference in New Issue
Block a user