Skip to content

Update to release 2.8.0 - #900

Closed
github-actions[bot] wants to merge 23 commits into
devfrom
actions/temp
Closed

github-actions[bot] wants to merge 23 commits into
devfrom
actions/temp

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 7, 2026

Copy link
Copy Markdown
Contributor

Update to release 2.8.0


Summary by cubic

Prepare release 2.8.1 by updating version strings in package.json and XMOJ.user.js. Update Update.json by renaming key 1.10.0→1.999990.0, adding 2.8.0, and adding 2.8.1 marked as prerelease.

Written for commit 28fa87c. Summary will update on new commits.

boomzero and others added 21 commits February 8, 2025 09:15
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
(cherry picked from commit 07d7590)

Update feature.yml

Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
(cherry picked from commit 1a99430)

Update docs.yml

Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
(cherry picked from commit 6017bcf)
Signed-off-by: Shan Wenxiao <seanoj_noreply@yeah.net>
@pull-request-size pull-request-size Bot added size/M and removed size/S labels Feb 7, 2026
auto-merge was automatically disabled February 7, 2026 03:39

Pull request was closed

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 3 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="Update.json">

<violation number="1" location="Update.json:2940">
P2: The version key "1.999990.0" is likely a typo for "1.10.0" and will be treated as newer than all 2.x releases, which can break update ordering/selection. Keep the intended 1.10.0 key to avoid mis-sorting releases.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread Update.json
"Notes": "No release notes were provided for this release."
},
"1.10.0": {
"1.999990.0": {

@cubic-dev-ai cubic-dev-ai Bot Feb 7, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The version key "1.999990.0" is likely a typo for "1.10.0" and will be treated as newer than all 2.x releases, which can break update ordering/selection. Keep the intended 1.10.0 key to avoid mis-sorting releases.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At Update.json, line 2940:

<comment>The version key "1.999990.0" is likely a typo for "1.10.0" and will be treated as newer than all 2.x releases, which can break update ordering/selection. Keep the intended 1.10.0 key to avoid mis-sorting releases.</comment>

<file context>
@@ -2937,7 +2937,7 @@
             "Notes": "No release notes were provided for this release."
         },
-        "1.10.0": {
+        "1.999990.0": {
             "UpdateDate": 1753443146018,
             "Prerelease": false,
</file context>
Suggested change
"1.999990.0": {
"1.10.0": {
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants