Skip to content

Commit

Permalink
Auto changelog (#33)
Browse files Browse the repository at this point in the history
* change log

* auto changelog
  • Loading branch information
yunis-ali authored May 9, 2023
1 parent d2dfeec commit 75aa974
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added CHANGELOG.md
Binary file not shown.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ Go to `MyDocuments/HGIT-Accounting` and delete file `Accounting-latest`, a new f

It loaded yesterday but not today
Go to `MyDocuments/HGIT-Accounting` and delete file `Accounting-latest`. Delete file `Accounting-<todays date>`. Copy and paste Yesterdays file and rename it to `Accounting-latest`.

## ChangeLog

Auto generate change log
`git log --pretty="- %s" > CHANGELOG.md`

Or
`npm install generate-changelog -g `
`changelog generate`

0 comments on commit 75aa974

Please sign in to comment.