From a53ee4768b576dcf4908c964160d85191699495c Mon Sep 17 00:00:00 2001 From: choidabom Date: Wed, 9 Oct 2024 22:05:15 +0900 Subject: [PATCH] Fix MAINTAINING.md --- MAINTAINING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINING.md b/MAINTAINING.md index 460b4e6a..606eb88b 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -6,7 +6,8 @@ ### 1. Update the version number. -- CodePair uses global version management. Update the `version` field only in the root `package.json` file when making a release. +- Update the `version` field in the root `package.json` file to reflect the overall version of the monorepo. +- Also, update `version` fields in the [`frontend` package.json](https://github.com/yorkie-team/codepair/blob/1f10dff1d9c253f921ba136c812383fbb292078f/frontend/package.json#L3) and [`backend` package.json](https://github.com/yorkie-team/codepair/blob/1f10dff1d9c253f921ba136c812383fbb292078f/backend/package.json#L3). ### 2. Write changelog of this version in [CHANGELOG.md](https://github.com/yorkie-team/codepair/blob/main/CHANGELOG.md).