Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/wet-streets-stay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nicepkg/vsync": patch
---

release v1.0.9
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ flowchart TD

## ⚡ Quick Start

Full documentation: https://vsync.xiaominglab.com

### Installation

```bash
Expand Down
2 changes: 2 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ flowchart TD

## ⚡ 快速开始

完整文档:https://vsync.xiaominglab.com

### 安装

```bash
Expand Down
3 changes: 3 additions & 0 deletions scripts/release-publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail

cp README.md cli/README.md
cp README_cn.md cli/README_cn.md

pnpm --filter @nicepkg/vsync run build
pnpm ci:publish
pnpm changeset tag
Loading