Skip to content

Commit

Permalink
[mod] gui 发布调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Aug 6, 2023
1 parent 09f226e commit ce92f4f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ permissions:
on:
push:
tags:
- v*
- '!v_gui*'
- v_cli.*

env:
CARGO_TERM_COLOR: always
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
8 changes: 8 additions & 0 deletions crates/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1]

### 更新

- 调整样式
- 新增发布 action
4 changes: 2 additions & 2 deletions crates/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seam",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -28,4 +28,4 @@
"vite": "^4.4.8",
"vite-plugin-solid": "^2.7.0"
}
}
}
2 changes: 1 addition & 1 deletion crates/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seam_gui"
version = "0.1.0"
version = "0.1.1"
description = "seam"
authors = ["Borber"]
license = ""
Expand Down

0 comments on commit ce92f4f

Please sign in to comment.