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
This commit introduces a `GROUP_ORDER` constant in `generate-changelog.js`, derived directly from the `commitParsers` array.
- Changelog entries are now consistently ordered based on the predefined commit types (e.g., Features, Fixes, etc.), rather than the arbitrary order of `Object.keys()`.
- This ensures a more predictable and organized changelog structure.
- Redundant blank lines between group headers and commit lists have been removed for improved readability.
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.\n\n`;// Your custom header
12
+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.\n\n`;
12
13
13
14
constFOOTER=`---
14
-
> Generated by DroidWorksStudio`;// Your custom footer
0 commit comments