Commit 5d73fb0
committed
chore(release): 0.3.0
## 0.3.0 (2025-09-24)
**ci:** add workflow to sync main into develop upon release
- Introduced `release-sync.yml` to automatically merge `main` into `develop` post-release.
- Utilizes `tibdex/merge-branch@v3` to handle the branch sync process.
- Triggers on successful completion of the `Release Publish` workflow.
**ci:** enhance commitPartial to properly handle type and scope checks
- Updated `commitPartial` template in `shared.cjs` to include a type check.
- Ensures release notes are generated only if a valid `type` is present.
add keywords, author, and contributors metadata
- Added `keywords` for improved discoverability of the package.
- Included `author` and `contributors` fields for better attribution.1 parent 1f6cbee commit 5d73fb0
2 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments