-
Notifications
You must be signed in to change notification settings - Fork 78
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
1 changed file
with
11 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* Run scripts/generate_ast_stub.php against PHP master. | ||
* Update version in php_ast.h to remove dev suffix. | ||
* Update version, release date in package.xml. | ||
* Run `pecl package package.xml`. | ||
* Run `pecl install ast-XXX.tgz`. | ||
* Commit. | ||
* Create a tag. | ||
* Bump version in php_ast.h and add dev suffix. | ||
* Copy release in package.xml into changelog. | ||
* Clear current changelog, bump versions and add dev suffix. | ||
* Commit. |