Skip to content

Commit 298fabe

Browse files
committed
1.1.1: Update the RELEASE_CHECKLIST
Start creating releases again, to have something to attach the artifacts for Windows to
1 parent 89c1ed1 commit 298fabe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

RELEASE_CHECKLIST

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
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.

package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<email>[email protected]</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>
@@ -29,7 +29,7 @@
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="/">

php_ast.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extern 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)

0 commit comments

Comments
 (0)