diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 874726fe..205721d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,4 +64,8 @@ This is a guide to help those who are interested in contributing to VitePress! listening at http://localhost:3000 ``` -And with that, you are now ready to contribute to the VitePress project! 🎉 \ No newline at end of file +And with that, you are now ready to contribute to the VitePress project! 🎉 + +## Releasing + +After making sure tests are passing, run `yarn run release` (to be tested in non-unix environments like Windows) to run the bash script `scripts/release.sh`.