Skip to content

Commit

Permalink
added changelog page to ream.rs book
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-doshi committed Dec 12, 2024
1 parent ed0fa84 commit ea9d5a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md

This file was deleted.

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 ea9d5a4

Please sign in to comment.