Update to release 2.7.0 - #894
github-actions[bot] wants to merge 4 commits into
Conversation
c2d81b5 to
0e24433
Compare
Pull request was closed
There was a problem hiding this comment.
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:3265">
P3: The release note for 2.7.0 still says "Update to release 2.6.0", which is inconsistent with the new version and likely a copy/paste error. Update the description to match 2.7.0.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "UpdateContents": [ | ||
| { | ||
| "PR": 892, | ||
| "Description": "Update to release 2.6.0" |
There was a problem hiding this comment.
P3: The release note for 2.7.0 still says "Update to release 2.6.0", which is inconsistent with the new version and likely a copy/paste error. Update the description to match 2.7.0.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At Update.json, line 3265:
<comment>The release note for 2.7.0 still says "Update to release 2.6.0", which is inconsistent with the new version and likely a copy/paste error. Update the description to match 2.7.0.</comment>
<file context>
@@ -3255,6 +3255,17 @@
+ "UpdateContents": [
+ {
+ "PR": 892,
+ "Description": "Update to release 2.6.0"
+ }
+ ],
</file context>
| "Description": "Update to release 2.6.0" | |
| "Description": "Update to release 2.7.0" |
There was a problem hiding this comment.
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:3265">
P3: The 2.7.0 release entry still says "Update to release 2.6.0", which makes the release notes inaccurate for this version. Update the description to reflect 2.7.0.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "UpdateContents": [ | ||
| { | ||
| "PR": 892, | ||
| "Description": "Update to release 2.6.0" |
There was a problem hiding this comment.
P3: The 2.7.0 release entry still says "Update to release 2.6.0", which makes the release notes inaccurate for this version. Update the description to reflect 2.7.0.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At Update.json, line 3265:
<comment>The 2.7.0 release entry still says "Update to release 2.6.0", which makes the release notes inaccurate for this version. Update the description to reflect 2.7.0.</comment>
<file context>
@@ -3255,6 +3255,17 @@
+ "UpdateContents": [
+ {
+ "PR": 892,
+ "Description": "Update to release 2.6.0"
+ }
+ ],
</file context>
| "Description": "Update to release 2.6.0" | |
| "Description": "Update to release 2.7.0" |
Update to release 2.7.0
Summary by cubic
Prepare release 2.7.1 by bumping versions in package.json and XMOJ.user.js, and adding Update.json entries for 2.7.0 and prerelease 2.7.1 to support the auto-updater. No functional changes.
Written for commit 10fafd3. Summary will update on new commits.