Releases: ScaffoldCore/genereleaselog
Releases · ScaffoldCore/genereleaselog
v0.0.8
🎉 Features
- config
- add renovate configuration with automerge enabled - by @lonewolfyx (944e9cd)
💅 Refactors
- lint
- remove YAML plugin and parser dependencies - by @lonewolfyx (604d8d4)
📦 Build
- cli
- update package configuration and bin entry point - by @lonewolfyx (227e18d)
🏡 Chore
-
deps
- update dependencies and add pnpm workspace configuration - by @lonewolfyx (4fca4bc)
-
package
- add packageManager field to specify pnpm version - by @lonewolfyx (48935ab)
-
git
- add prepare hook for git hooks management - by @lonewolfyx (6bbe1c9)
-
build
- add prepublish hook to ensure build runs before publishing - by @lonewolfyx (1a55464)
View changes on GitHub
v0.0.7
🐞 Bug Fixes
-
parse
- Remove debug code - by @lonewolfyx (24d0b23)
-
generate
- Optimize the commit resolution process and support asynchronous author information retrieval - by @lonewolfyx (aacb308)
🏡 Chore
-
delete changelog.md - by @lonewolfyx (5200d59)
-
git
- Update the gitignore configuration - by @lonewolfyx (3303986)
View changes on GitHub
v0.0.6
🎉 Features
- add support for detecting and describing breaking changes - by @lonewolfyx (2f08ae6)
🐞 Bug Fixes
- change action run jobs - by @lonewolfyx (e029e29)
- Projects must list all files or use an 'include' pattern - by @lonewolfyx (ae03323)
🏡 Chore
-
add git release scripts - by @lonewolfyx (3206f59)
-
version
- v0.0.6 - by @lonewolfyx (99b49e5)
✅ Tests
- add git actions tsconfig test - by @lonewolfyx (2b4afac)
View changes on GitHub
v0.0.5
🎉 Features
- add placeholder description for changelog content - by @lonewolfyx (a5fe69d)
- add attachment support to changelog release - by @lonewolfyx (b55a1c6)
🏡 Chore
- release
- v0.0.5 - by @lonewolfyx (0a174c4)
View changes on GitHub
v0.0.3
🎉 Features
- support output for pr, Issue, and type classification - by @lonewolfyx (17cc6c9)
- add config file for user settings - by @lonewolfyx (790607a)
🐞 Bug Fixes
-
index
- correct exports in src/index.ts - by @lonewolfyx (16e19cd)
-
git
- don't need to flip pages - by @lonewolfyx (259a0a3)
-
types
- correct TypeScript type definitions - by @lonewolfyx (8e679e2)
💅 Refactors
-
types
- correct config types to ConfigTypes - by @lonewolfyx (9145bef)
-
move execCommand from git.ts to exec.ts - by @lonewolfyx (cde31fb)
📚 Documentation
- add comment for
filterGitCommitsTypemethod - by @lonewolfyx (42260e9) - update CHANGELOG.md - by @lonewolfyx (d95bde4)
View changes on GitHub
v0.0.2
🎉 Features
-
add commit type filtering option - by @lonewolfyx (5881a43)
-
add automatic CHANGELOG.MD generation - by @lonewolfyx (735edce)
💅 Refactors
- use streaming write to optimize large file output - by @lonewolfyx (0ef19ff)
🤖 CI
- add release github actions - by @lonewolfyx (3c2f632)
View changes on GitHub
v0.0.1
🎉 Features
- add contributors to release notes - by @lonewolfyx (19bd20c)
🐞 Bug Fixes
- use process.exit(1) to exit immediately on error - by @lonewolfyx (6748069)
📚 Documentation
- add installation and usage guide to README - by @lonewolfyx (d502cde)
🏡 Chore
-
allow public publishing by removing "private"true - by @lonewolfyx (f75f7d7)
-
revert publishConfig.registry to https://registry.npmjs.org - by @lonewolfyx (6f48359)
-
release v0.0.1 - by @lonewolfyx (a9b40fe)
-
update config to support yaml and markdown files - by @lonewolfyx (389e1a6)
-
Init - by @lonewolfyx (7e393be)