Skip to content

Commit

Permalink
docs(projects): add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 6, 2023
1 parent 2681a2f commit 029eaa7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog




4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pnpm i -D @soybeanjs/changelog
## Usage

```ts
import {
import {
getChangelogMarkdown,
getTotalChangelogMarkdown,
generateChangelog,
generateTotalChangelog
generateTotalChangelog,
} from "@soybeanjs/changelog";

// get the changelog markdown by two git tags
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soybeanjs/changelog",
"version": "0.0.1",
"version": "0.0.0",
"description": "generate changelog form git tags and commits for github",
"author": {
"name": "Soybean",
Expand Down

0 comments on commit 029eaa7

Please sign in to comment.