Skip to content

Commit

Permalink
Fix MAINTAINING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom committed Oct 9, 2024
1 parent 32458e7 commit a53ee47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit a53ee47

Please sign in to comment.