Skip to content

Commit

Permalink
Merge pull request #32 from imCorfitz/documentation
Browse files Browse the repository at this point in the history
docs: updating readme
  • Loading branch information
ixahmedxi authored Apr 6, 2024
2 parents a8bc92f + 6f0cc11 commit 66cb8dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- Husky
- TS Reset for the applications
- Packages built using tsup
- Changesets for versioning

And much more!

Expand All @@ -56,11 +57,13 @@ pnpm install

### Reset changelog and versions

When you first clone the repository, you should reset the changelog and versions to start fresh. You can do so by running the following commands:

```bash
# Reset changelog
# Reset changelog - this will remove all the changelog.md files in the packages
pnpm reset:changelog

# Reset package versions
# Reset package versions - this will reset the versions of all the packages to 0.1.0
pnpm reset:versions
```

Expand Down

0 comments on commit 66cb8dc

Please sign in to comment.