File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
* Run `pecl package package.xml`.
5
5
* Run `pecl install ast-XXX.tgz`.
6
6
* Commit.
7
- * Create a tag.
7
+ * Create a release on github.
8
+ * Attach Windows artifacts from GitHub Actions to the release.
8
9
* Bump version in php_ast.h and add dev suffix.
9
10
* Copy release in package.xml into changelog.
10
11
* Clear current changelog, bump versions and add dev suffix.
Original file line number Diff line number Diff line change 18
18
19
19
<active >yes</active >
20
20
</lead >
21
- <date >2022-08-09 </date >
21
+ <date >2022-10-16 </date >
22
22
<version >
23
23
<release >1.1.1dev</release >
24
24
<api >1.1.1dev</api >
29
29
</stability >
30
30
<license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
31
31
<notes >
32
- - TBD
32
+ - Set up actions to generate DLLs for Windows in CI on https://github.com/nikic/php-ast
33
33
</notes >
34
34
<contents >
35
35
<dir name =" /" >
Original file line number Diff line number Diff line change 7
7
extern zend_module_entry ast_module_entry ;
8
8
#define phpext_ast_ptr &ast_module_entry
9
9
10
- #define PHP_AST_VERSION "1.1.1-dev "
10
+ #define PHP_AST_VERSION "1.1.1"
11
11
12
12
#ifdef PHP_WIN32
13
13
# define PHP_AST_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments