https://github.com/xieyezi/kemese
auto generate CHANGELOG.md file in root lib.
https://github.com/xieyezi/kemese
Last synced: 3 months ago
JSON representation
auto generate CHANGELOG.md file in root lib.
- Host: GitHub
- URL: https://github.com/xieyezi/kemese
- Owner: xieyezi
- Created: 2023-09-11T14:58:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T15:09:16.000Z (about 2 years ago)
- Last Synced: 2025-03-07T20:51:52.543Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Kemese
## Feature
auto generate `CHANGELOG.md` file in root lib.
## Use
```
npx kemese
```## Example
```
### 2023-09-11 23:09
- chore: update denpendences
- CommitId: c753956545030017e93dc731076e308c01dca0bd
- Author: xieyezi <143539829@qq.com>
### 2023-09-11 22:09
- chore: update version
- CommitId: 03620bf6962d0f0593bf14bd03f8235b3e2f0e60
- Author: xieyezi <143539829@qq.com>
### 2023-09-11 22:09
- feat: init
- CommitId: b0ddcdfbd5a0fb7729ce1c581d907916dc73da44
- Author: xieyezi <143539829@qq.com>
```