mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
docs: updates release
This commit is contained in:
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
When releasing a new version of Pest there are some checks and updates that need to be done:
|
When releasing a new version of Pest there are some checks and updates that need to be done:
|
||||||
|
|
||||||
- Clear your local repository with: `git add . && git reset --hard && git checkout master`
|
- Clear your local repository with: `git add . && git reset --hard && git checkout 1.x`
|
||||||
- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...master](https://github.com/pestphp/pest/compare/{latest_version}...master) and update the [changelog](CHANGELOG.md) file with the main changes for this release
|
- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...1.x](https://github.com/pestphp/pest/compare/{latest_version}...1.x) and update the [changelog](CHANGELOG.md) file with the main changes for this release
|
||||||
- Update the version number in [src/Pest.php](src/Pest.php)
|
- Update the version number in [src/Pest.php](src/Pest.php)
|
||||||
- Run the tests locally using: `composer test`
|
- Run the tests locally using: `composer test`
|
||||||
- Commit the CHANGELOG and Pest file with the message: `git commit -m "release: vX.X.X"`
|
- Commit the CHANGELOG and Pest file with the message: `git commit -m "release: vX.X.X"`
|
||||||
|
|||||||
Reference in New Issue
Block a user