Skip to content

chore(release): prepare 1.3.16-Beta.1 - #913

Merged
appergb merged 1 commit into
betafrom
chore/bump-1.3.16-beta.1
Aug 4, 2026
Merged

chore(release): prepare 1.3.16-Beta.1#913
appergb merged 1 commit into
betafrom
chore/bump-1.3.16-beta.1

Conversation

@appergb

@appergb appergb commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

User description

版本号 1.3.15 → 1.3.16-Beta.1(5 个版本文件,bump-version.sh 不支持 -Beta.N 后缀,手工编辑;Cargo.lock 走 manual edit 流程,避免 keyring prerelease 重解析)


PR Type

Other


Description

  • Bump version from 1.3.15 to 1.3.16-Beta.1

  • Update version in package.json, Cargo.toml, and tauri.conf.json

  • Manual version bump because script doesn't support Beta suffix


Diagram Walkthrough

flowchart LR
  A["package.json"] --> D["Version 1.3.16-Beta.1"]
  B["Cargo.toml"] --> D
  C["tauri.conf.json"] --> D
Loading

File Walkthrough

Relevant files
Version bump
package.json
Bump npm package version to Beta.1                                             

openless-all/app/package.json

  • Bump package version from 1.3.15 to 1.3.16-Beta.1
+1/-1     
Cargo.toml
Update Cargo.toml package version                                               

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

  • Bump Rust package version from 1.3.15 to 1.3.16-Beta.1
+1/-1     
Configuration changes
tauri.conf.json
Update Tauri config version                                                           

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

  • Bump Tauri app version from 1.3.15 to 1.3.16-Beta.1
+1/-1     

版本号 1.3.15 → 1.3.16-Beta.1(package.json / package-lock.json /
tauri.conf.json / Cargo.toml [package] / Cargo.lock openless 块,手工编辑——
bump-version.sh 不支持 -Beta.N 后缀,keyring 依赖版本 3.6.3 已锚定 section
未被误改)
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

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

Missing Lockfile Update

The Cargo.toml version was bumped to 1.3.16-Beta.1, but the diff does not update the root package entry in Cargo.lock. This will make CI builds using cargo build --locked or --frozen fail with a lockfile mismatch, and local builds will produce an unexpected dirty tree when Cargo rewrites the lockfile.

version = "1.3.16-Beta.1"
Missing Lockfile Update

The package.json version was bumped to 1.3.16-Beta.1, but package-lock.json is not updated in the diff. If package-lock.json is tracked, npm ci will fail because it requires package.json and package-lock.json to be in sync.

"version": "1.3.16-Beta.1",

@appergb
appergb merged commit d31cafd into beta Aug 4, 2026
5 checks passed
Sign up for free to 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