docs: updates release process

This commit is contained in:
Nuno Maduro
2021-09-25 13:56:06 +01:00
committed by GitHub
parent ba06c5a76d
commit 205238fcbf

View File

@ -10,6 +10,7 @@ When releasing a new version of Pest there are some checks and updates that need
- Push the changes to GitHub
- Check that the CI is passing as expected: [github.com/pestphp/pest/actions](https://github.com/pestphp/pest/actions)
- Tag and push the tag with `git tag vX.X.X && git push --tags`
- Publish release here: [github.com/pestphp/pest/releases/new](https://github.com/pestphp/pest/releases/new).
### Plugins