From a1b142e885f7ab7c9b02588e090e35703f54201f Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 26 Nov 2020 19:55:42 +0000 Subject: [PATCH] docs: add details on plugin versioning --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 82a6b432..3773c551 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -10,3 +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` + +### Plugins + +Plugins should be versioned using the same major (or minor for `0.x` releases) version as Pest core.