Skip to content

Commit 783fbb9

Browse files
committed
Add release checklist
1 parent db22ee2 commit 783fbb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE_CHECKLIST

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Run scripts/generate_ast_stub.php against PHP master.
2+
* Update version in php_ast.h to remove dev suffix.
3+
* Update version, release date in package.xml.
4+
* Run `pecl package package.xml`.
5+
* Run `pecl install ast-XXX.tgz`.
6+
* Commit.
7+
* Create a tag.
8+
* Bump version in php_ast.h and add dev suffix.
9+
* Copy release in package.xml into changelog.
10+
* Clear current changelog, bump versions and add dev suffix.
11+
* Commit.

0 commit comments

Comments
 (0)