From 6c231b16186b6117d25cfdb9dc03f09088015c45 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 8 Nov 2024 18:33:41 -0800 Subject: [PATCH] Update contributing.md to have instruction to update changelog when releasing --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d4258839..dcae276de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -141,6 +141,7 @@ these commands. ```bash git checkout "bump_version" // update version in `package.json` +// update CHANGELOG.md pnpm update-version ```