Skip to content

Commit

Permalink
Merge pull request #5550 from MGatner/post-release-test
Browse files Browse the repository at this point in the history
Post-Release Test
  • Loading branch information
MGatner authored Jan 6, 2022
2 parents 5af1918 + 3f0c845 commit 3570214
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ CodeIgniter 4.x.x release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
```
* Watch for the "Deploy Framework" Action to make sure **framework** and **appstarter** get updated
* Run the following commands to install and test AppStarter and verify the new version:
```bash
composer create-project codeigniter4/appstarter release-test
cd release-test
composer test && composer info codeigniter4/framework
```

## User Guide

Expand Down

0 comments on commit 3570214

Please sign in to comment.