You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
20
## 0.3.0 (2025-09-24)
2
21
3
22
**ci:** add workflow to sync main into develop upon release
0 commit comments