Skip to content

Commit 5d73fb0

Browse files
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

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.3.0 (2025-09-24)
2+
3+
**ci:** add workflow to sync main into develop upon release
4+
5+
- Introduced `release-sync.yml` to automatically merge `main` into `develop` post-release.
6+
- Utilizes `tibdex/merge-branch@v3` to handle the branch sync process.
7+
- Triggers on successful completion of the `Release Publish` workflow.
8+
**ci:** enhance commitPartial to properly handle type and scope checks
9+
10+
- Updated `commitPartial` template in `shared.cjs` to include a type check.
11+
- Ensures release notes are generated only if a valid `type` is present.
12+
add keywords, author, and contributors metadata
13+
14+
- Added `keywords` for improved discoverability of the package.
15+
- Included `author` and `contributors` fields for better attribution.
16+
117
## <small>0.2.3 (2025-09-23)</small>
218

319
Merge branch 'main' into develop

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@addon-core/storage",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)