Skip to content

Commit

Permalink
chore(openCC): 初始化仓库 | Initialize repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Jun 21, 2023
1 parent c95e242 commit 769da9d
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- 重构 `apis.siyuan` | Refactor `apis.siyuan`.
- 添加 CD 配置 | Add CD configuration.
- 添加附属仓库 `chinese-convert` 的管理脚本 | Add management scripts for sub-repository `chinese-convert`.
- 初始化仓库 | Initialize repository.

## 2023-06-20

Expand Down
36 changes: 36 additions & 0 deletions workspace/plugins/chinese-convert/.github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# These are supported funding model platforms


# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# github:

# Replace with a single Patreon username
# patreon:

# Replace with a single Open Collective username
# open_collective:

# Replace with a single Ko-fi username
ko_fi: zuoqiu

# Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# tidelift:

# Replace with a single Community Bridge project-name e.g., cloud-foundry
# community_bridge:

# Replace with a single Liberapay username
# liberapay:

# Replace with a single IssueHunt username
# issuehunt:

# Replace with a single Otechie username
# otechie:

# Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# lfx_crowdfunding:

# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom:
- https://afdian.net/a/zuoqiu
4 changes: 4 additions & 0 deletions workspace/plugins/chinese-convert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 更改日志 | CHANGE LOG

本文档由持续集成工作流自动构建,不要直接编辑此文件。
This document is automatically built by the continuous integration workflow. Do not edit this file directly.
6 changes: 3 additions & 3 deletions workspace/plugins/chinese-convert/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> **[READ ONLY] Subtree split of the [siyuan-packages-monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo) [/workspace/plugin/openCC](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/plugin/openCC)**
> **[READ ONLY] Subtree split of the [siyuan-packages-monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo) [/workspace/plugin/chinese-convert](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/plugin/chinese-convert)**
<div align="center">
<img alt="icon" src="./public/icon.png" style="width: 8em; height: 8em;">
Expand All @@ -24,9 +24,9 @@
### RELEASE STEPS

1. Update the version number in `<subrepo-root-dir>/package.json` and `<subrepo-root-dir>/public/plugin.json`, then commit the changes in [monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo).
2. Run script `./scripts/git-subtree/openCC/push.ps1` with the folowing command in **monorepo root dir** to push the subtree to sub-repository (`dev` branch).
2. Run script `./scripts/git-subtree/chinese-convert/push.ps1` with the folowing command in **monorepo root dir** to push the subtree to sub-repository (`dev` branch).
```powershell
pwsh -f "./scripts/git-subtree/openCC/push.ps1"
pwsh -f "./scripts/git-subtree/chinese-convert/push.ps1"
```
3. Create a pull request from `dev` branch to `main` branch in sub-repository.
4. Merge the pull request.
Expand Down
50 changes: 40 additions & 10 deletions workspace/pnpm-lock.yaml

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

0 comments on commit 769da9d

Please # to comment.