Skip to content

Commit

Permalink
docs: add checking the CHANGELOG as part of the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
joyenjoyer committed Sep 8, 2023
1 parent 239cb2b commit 523f548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ This document outlines the steps required for the release process. Please follow

- Check if the proposed version numbers are correct. If they are, accept them.

4. **Check the README.md**
4. **Check the CHANGELOG.md**

- If there's something missing, add it manually.

5. **Amend Your Commit**
- If you made changes to the README.md, use the commands below to amend your commit.
- If you made changes to the CHANGELOG.md, use the commands below to amend your commit.
```
git add .
git commit --amend
Expand Down

0 comments on commit 523f548

Please sign in to comment.