mirror of
https://github.com/ichaly/cohere.git
synced 2026-07-22 07:47:20 +00:00
Release 0.1.1 for community review
This commit is contained in:
parent
77ca31278c
commit
c64b774607
4 changed files with 5 additions and 5 deletions
|
|
@ -107,8 +107,8 @@ obsync
|
|||
推送版本 tag 会触发 GitHub Actions 自动发布:
|
||||
|
||||
```bash
|
||||
git tag 0.1.0
|
||||
git push origin 0.1.0
|
||||
git tag 0.1.1
|
||||
git push origin 0.1.1
|
||||
```
|
||||
|
||||
Release 会上传:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsync",
|
||||
"name": "S3 Vault Sync",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"minAppVersion": "1.6.6",
|
||||
"description": "Sync vault files through OSS / S3-compatible object storage.",
|
||||
"author": "Chaly",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsync",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Plugin for OSS / S3-compatible vault sync.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.1.0": "1.6.6"
|
||||
"0.1.1": "1.6.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue