Skip to content

Commit 1c359db

Browse files
chore(release): 0.3.1
1 parent c984755 commit 1c359db

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 🚀 0.3.1
2+
3+
4+
* re-enable and refine writerOpts for release configuration- Uncommented and refined `writerOpts` in `shared.cjs` for structured release notes.
5+
- Enhanced `commitPartial` to properly handle `subject` fallback and `body` rendering.
6+
- Restored and fine-tuned sorting for `type`, `scope`, and `subject` fields.
7+
* **shared.cjs:** comment out writerOpts in release configuration- Temporarily disabled `writerOpts` block by commenting it out in `shared.cjs`.
8+
- Ensures configuration is bypassed while retaining the original logic for reference.
9+
* **ci:** improve commitPartial and release notes grouping logic- Updated `commitPartial` in `shared.cjs` to include `type` and `scope` formatting enhancements.
10+
- Enabled grouping of commits by `type` with sorting on `scope` and `subject`.
11+
- Adjusted `commitGroupsSort` and `commitsSort` for better structured release notes.
12+
* **ci:** streamline release messaging and enhance template structure- Updated `committed.cjs` to remove release notes from commit message template.
13+
- Improved `shared.cjs` by adjusting `commitPartial` to use headers for better readability.
14+
- Added `headerPartial` to include version information in generated release notes.
15+
* **ci:** update release-sync workflow and enhance commitPartial- Updated `release-sync.yml` to use `devmasx/merge-branch@master` for branch syncing.
16+
- Migrated workflow syntax to use `from_branch` and `target_branch` for clarity.
17+
- Improved `commitPartial` in `shared.cjs` by adjusting templates and ensuring better alignment.
18+
- Enabled `hidden` attribute for all Semantic Release type presets.
19+
120
## 0.3.0 (2025-09-24)
221

322
**ci:** add workflow to sync main into develop upon release

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.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)