Skip to content

Commit

Permalink
update Contributing.md --sc
Browse files Browse the repository at this point in the history
  • Loading branch information
whitemoshui committed Dec 5, 2024
1 parent 5e63587 commit 7895796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ yarn

7. Check changes in the local environment: Run the command `yarn start` and you'll see a local environment in `localhost:3000` with the documents.

8. **Commit your changes:** `git add .` and `git commit -m 'descriptive msg'`
8. **Commit your changes:** `git add .` and `git commit -m 'descriptive msg'`. You can append `--sc` or `--skip-changelog` to your commit message to skip the changelog check, e.g. `git commit -m 'descriptive msg --sc'`

9. **Push your changes:**

Expand Down

0 comments on commit 7895796

Please sign in to comment.