-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Release Workflow | ||
These are notes to make sure that Fewbricks developers doesn't forget anything when creating a new release. | ||
|
||
Version number follows [Semantic Versioning](http://semver.org/) | ||
|
||
## Git-Flow in Tower | ||
[https://www.git-tower.com/learn/git/ebook/en/mac/advanced-topics/git-flow](https://www.git-tower.com/learn/git/ebook/en/mac/advanced-topics/git-flow) | ||
|
||
Don't prefix tags with "v" since the repo was set up to auto prefix tags with "v". | ||
|
||
## After release has been created on GitHub: | ||
|
||
These steps are to make sure that a notice about the new version is displayed when listing plugins in the WordPress admin system. | ||
|
||
* Download Zip from [https://github.com/folbert/fewbricks/releases](https://github.com/folbert/fewbricks/releases) | ||
* Create directory "fewbricks" | ||
* Put zip in "fewbricks" directory | ||
* Unzip | ||
* Rename unzipped dir to "fewbricks" | ||
* Remove .gitignore from unzipped dir | ||
* Zip parent dir so you now have a Zip named "fewbricks" with a dir named "fewbricks" | ||
* Upload to fewbricks.folbert.com/update/zips/[version-nr]/ | ||
* Edit update.php: | ||
* Update $obj->new_version | ||
* Update $obj->last_updated | ||
* Check $obj->tested | ||
* Check $obj->requires | ||
* Save | ||
* Check folbert.com and force a plugin update check to make sure changes are correct |
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