Skip to content

chore(release): prepare 1.3.15-Beta.3 - #886

Merged
appergb merged 1 commit into
betafrom
chore/release-1.3.15-Beta.3
Aug 3, 2026
Merged

chore(release): prepare 1.3.15-Beta.3#886
appergb merged 1 commit into
betafrom
chore/release-1.3.15-Beta.3

Conversation

@appergb

@appergbappergb commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

User description

目标

发布版本 prepare:五文件版本号 1.3.15-Beta.2 → 1.3.15-Beta.3(version-sync gate 要求五文件一致):

  • openless-all/app/package.json
  • openless-all/app/package-lock.json(root + packages."")
  • openless-all/app/src-tauri/tauri.conf.json
  • openless-all/app/src-tauri/Cargo.toml
  • openless-all/app/src-tauri/Cargo.lockname = "openless" 块)

兼容性影响

测试

  • 版本一致:5 文件均 1.3.15-Beta.3(version-sync gate 将由 CI 验证)

PR Type

Other


Description


File Walkthrough

Relevant files
Configuration changes
package.json
Bump package version to Beta.3

openless-all/app/package.json

  • Update version from 1.3.15-Beta.2 to 1.3.15-Beta.3
+1/-1
Cargo.toml
Bump Cargo version to Beta.3

openless-all/app/src-tauri/Cargo.toml

  • Update package version from 1.3.15-Beta.2 to 1.3.15-Beta.3
+1/-1
tauri.conf.json
Bump Tauri config version to Beta.3

openless-all/app/src-tauri/tauri.conf.json

  • Update app version from 1.3.15-Beta.2 to 1.3.15-Beta.3
+1/-1

@appergb
appergb merged commit dd90c13 into betaAug 3, 2026
5 checks passed
@appergb
appergb deleted the chore/release-1.3.15-Beta.3 branch August 3, 2026 04:36
@github-actions

Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🎫 Ticket compliance analysis 🔶

884 - Partially compliant

Compliant requirements:

Non-compliant requirements:

Requires further human verification:

885 - Partially compliant

Compliant requirements:

Non-compliant requirements:

Requires further human verification:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Missing Lock Updates

The PR description says the version is bumped to 1.3.15-Beta.3 in five files, but the provided diff only updates package.json, Cargo.toml, and tauri.conf.json. If package-lock.json and Cargo.lock are not updated on the branch, the version-sync gate and npm/cargo lockfile consistency will fail because those files still reference 1.3.15-Beta.2. Confirm the lock files are included or push the corresponding updates before merging.

"version": "1.3.15-Beta.3",

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@appergb