File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44* Run `pecl package package.xml`.
55* Run `pecl install ast-XXX.tgz`.
66* Commit.
7- * Create a tag.
7+ * Create a release on github.
8+ * Attach Windows artifacts from GitHub Actions to the release.
89* Bump version in php_ast.h and add dev suffix.
910* Copy release in package.xml into changelog.
1011* Clear current changelog, bump versions and add dev suffix.
Original file line number Diff line number Diff line change 1818 <email >tandre@php.net</email >
1919 <active >yes</active >
2020 </lead >
21- <date >2022-08-09 </date >
21+ <date >2022-10-16 </date >
2222 <version >
2323 <release >1.1.1dev</release >
2424 <api >1.1.1dev</api >
2929 </stability >
3030 <license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
3131 <notes >
32- - TBD
32+ - Set up actions to generate DLLs for Windows in CI on https://github.com/nikic/php-ast
3333 </notes >
3434 <contents >
3535 <dir name =" /" >
Original file line number Diff line number Diff line change 77extern zend_module_entry ast_module_entry ;
88#define phpext_ast_ptr &ast_module_entry
99
10- #define PHP_AST_VERSION "1.1.1-dev "
10+ #define PHP_AST_VERSION "1.1.1"
1111
1212#ifdef PHP_WIN32
1313# define PHP_AST_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments