diff --git a/.github/workflows/release.yml b/.github/workflows/release_cli.yml similarity index 98% rename from .github/workflows/release.yml rename to .github/workflows/release_cli.yml index f0d342f..9979970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release_cli.yml @@ -6,8 +6,7 @@ permissions: on: push: tags: - - v* - - '!v_gui*' + - v_cli.* env: CARGO_TERM_COLOR: always @@ -20,7 +19,7 @@ jobs: - uses: taiki-e/create-gh-release-action@v1 with: # (optional) Path to changelog. - changelog: CHANGELOG.md + changelog: ./crates/cli/CHANGELOG.md # (required) GitHub token for creating GitHub Releases. token: ${{ secrets.GITHUB_TOKEN }} build-cross: diff --git a/Cargo.lock b/Cargo.lock index fd30514..fc1d9b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2819,7 +2819,7 @@ dependencies = [ [[package]] name = "seam_gui" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "basic-toml", diff --git a/CHANGELOG.md b/crates/cli/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to crates/cli/CHANGELOG.md diff --git a/crates/gui/CHANGELOG.md b/crates/gui/CHANGELOG.md new file mode 100644 index 0000000..042b2ca --- /dev/null +++ b/crates/gui/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1] + +### 更新 + +- 调整样式 +- 新增发布 action diff --git a/crates/gui/package.json b/crates/gui/package.json index a816098..f75f039 100644 --- a/crates/gui/package.json +++ b/crates/gui/package.json @@ -1,6 +1,6 @@ { "name": "seam", - "version": "0.1.0", + "version": "0.1.1", "description": "", "scripts": { "start": "vite", @@ -28,4 +28,4 @@ "vite": "^4.4.8", "vite-plugin-solid": "^2.7.0" } -} +} \ No newline at end of file diff --git a/crates/gui/src-tauri/Cargo.toml b/crates/gui/src-tauri/Cargo.toml index ae9132f..8052d4b 100644 --- a/crates/gui/src-tauri/Cargo.toml +++ b/crates/gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seam_gui" -version = "0.1.0" +version = "0.1.1" description = "seam" authors = ["Borber"] license = ""