Skip to content

Commit

Permalink
feat: add instruction on how to create Changelog to book (#15)
Browse files Browse the repository at this point in the history
* feat: add Changelog

* added changelog page to ream.rs book
  • Loading branch information
varun-doshi authored Dec 12, 2024
1 parent 8c39ed5 commit 215368a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions book/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

To view all Changes made to the project, run this in your terminal:
```
git log --pretty="-%s"
```

To add all Changes in a `Changelog.md` file, run this in your terminal:
```
git log --pretty="- %s" > CHANGELOG.md
```

0 comments on commit 215368a

Please sign in to comment.