docs: add details on plugin versioning

This commit is contained in:
Owen Voke
2020-11-26 19:55:42 +00:00
parent a50d739e50
commit a1b142e885

View File

@ -10,3 +10,7 @@ When releasing a new version of Pest there are some checks and updates that need
- Push the changes to GitHub - Push the changes to GitHub
- Check that the CI is passing as expected: [github.com/pestphp/pest/actions](https://github.com/pestphp/pest/actions) - 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` - Tag and push the tag with `git tag vX.X.X && git push --tags`
### Plugins
Plugins should be versioned using the same major (or minor for `0.x` releases) version as Pest core.