From 6f0cc112e4b6e0314dd58a33eb3067b34c9cd5b2 Mon Sep 17 00:00:00 2001 From: Corfitz Date: Sat, 6 Apr 2024 20:05:42 +0200 Subject: [PATCH] docs: updating readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceb23920..25d88250 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ - Husky - TS Reset for the applications - Packages built using tsup +- Changesets for versioning And much more! @@ -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 ```