mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
docs: add details on plugin versioning
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user