v0.3.0
0.3.0 (2025-09-24)
ci: add workflow to sync main into develop upon release
-
Introduced
release-sync.ymlto automatically mergemainintodeveloppost-release. -
Utilizes
tibdex/merge-branch@v3to handle the branch sync process. -
Triggers on successful completion of the
Release Publishworkflow.
ci: enhance commitPartial to properly handle type and scope checks -
Updated
commitPartialtemplate inshared.cjsto include a type check. -
Ensures release notes are generated only if a valid
typeis present.
add keywords, author, and contributors metadata -
Added
keywordsfor improved discoverability of the package. -
Included
authorandcontributorsfields for better attribution.