https://github.com/zuoqiu-yingyi/widget-metadata
[READ ONLY] Subtree split of the siyuan-packages-monorepo (see https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo)
https://github.com/zuoqiu-yingyi/widget-metadata
siyuan siyuan-community siyuan-note siyuan-widget subtree subtree-split yfm
Last synced: 26 days ago
JSON representation
[READ ONLY] Subtree split of the siyuan-packages-monorepo (see https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo)
- Host: GitHub
- URL: https://github.com/zuoqiu-yingyi/widget-metadata
- Owner: Zuoqiu-Yingyi
- License: agpl-3.0
- Created: 2023-03-21T05:07:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T12:24:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T22:14:32.958Z (3 months ago)
- Topics: siyuan, siyuan-community, siyuan-note, siyuan-widget, subtree, subtree-split, yfm
- Language: Vue
- Homepage: https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/widgets/metadata
- Size: 9.46 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> **[READ ONLY] Subtree split of the [siyuan-packages-monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo) [/workspace/widgets/metadata](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/widgets/metadata)**
![]()
---
[](https://github.com/Zuoqiu-Yingyi/widget-metadata/releases/latest)
[](https://github.com/Zuoqiu-Yingyi/widget-metadata/releases/latest)
[](https://github.com/Zuoqiu-Yingyi/widget-metadata/blob/main/LICENSE)
[](https://github.com/Zuoqiu-Yingyi/widget-metadata/commits/main)


[](https://github.com/Zuoqiu-Yingyi/widget-metadata/releases)---
## USER GUIDE
[简体中文](./public/README_zh_CN.md) \| [English](./public/README.md)
## DEVELOPMENT GUIDE
### RELEASE STEPS
1. Update the version number in `/package.json` and `/public/plugin.json`, then commit the changes in [monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo).
2. Run script `./scripts/git-subtree/metadata/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/metadata/push.ps1"
```
3. Create a pull request from `dev` branch to `main` branch in sub-repository.
4. Merge the pull request.
5. Await for the CD workflow `release-please.yml` to complete, it will create a *release pull request* in sub-repository.
6. Merge the *release pull request*, it will create a new *pre-release* with current [changelog](./CHANGELOG.md) and a new *tag* with [semantic version](https://semver.org/) in sub-repository.
7. Await for the CD workflow `build.yml` to complete, it will update the distribution files to `publish` branch in sub-repository.
8. Await for the CD workflow `release-distribution.yml` to complete, it will create a new *pre-release* with an asset named `package.zip` and a new *tag* with timestamp in sub-repository.## CHANGELOG
[CHANGE LOG](./CHANGELOG.md)