-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #381 from lanedirt/364-prepare-080-release
Update documentation for 0.8.0 release
- Loading branch information
Showing
3 changed files
with
74 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Release Preparation Checklist | ||
|
||
Follow the steps in the checklist below to prepare a new release for the GitHub repository. | ||
|
||
- [ ] Update ./README.md and set version in line Latest stable release **(0.7.0)**: to the new version. | ||
- [ ] Update ./config/app.php and set 'version' => '0.7.0' to the new version. | ||
- [ ] Update README screenshots if applicable | ||
- [ ] Update README current/upcoming features | ||
|
||
Optional steps: | ||
- [ ] Update docker instructions if any changes have been made to the docker setup | ||
- [ ] Update README with sponsorship info if sponsorship has been added |