Skip to content

Commit

Permalink
Add release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Oct 8, 2017
1 parent db22ee2 commit 783fbb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE_CHECKLIST
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.

0 comments on commit 783fbb9

Please sign in to comment.