@@ -22,20 +22,24 @@ Create the optional project source archive with an explicit version matching
2222the immutable Git tag:
2323
2424``` powershell
25- php build/package.php 0.1.0-alpha.1
25+ php build/package.php 0.1.0-alpha.2
2626```
2727
2828This archive is a verification convenience, not an artifact Packagist needs.
2929Composer/Packagist resolves the package from VCS tags.
3030
31- ## First alpha release
31+ ## Next alpha release
32+
33+ ` v0.1.0-alpha.1 ` was tagged before the Composer package changed from
34+ ` typephp/native-core ` to ` typephp-org/native-core ` . Keep that tag immutable;
35+ ` v0.1.0-alpha.2 ` is the first tag intended for the new Packagist package name.
3236
3337Keep version selection and tag creation as an explicit maintainer decision. Once
3438the release gate is green:
3539
3640``` bash
37- git tag -a v0.1.0-alpha.1 -m " TypePHP Native Core v0.1.0-alpha.1 "
38- git push origin v0.1.0-alpha.1
41+ git tag -a v0.1.0-alpha.2 -m " TypePHP Native Core v0.1.0-alpha.2 "
42+ git push origin v0.1.0-alpha.2
3943```
4044
4145For the current source-only alpha, an annotated tag plus ` CHANGELOG.md ` is the
@@ -62,11 +66,11 @@ There is no release file to upload to Packagist.
6266 ` https://github.com/typephp-org/native-core ` .
63674 . Grant the Packagist GitHub application access to the ` typephp-org `
6468 organization, or configure Packagist's documented GitHub push webhook.
65- 5 . Confirm that ` typephp/native-core ` exposes ` 0.1.0-alpha.1 ` .
69+ 5 . Confirm that ` typephp-org /native-core ` exposes ` 0.1.0-alpha.2 ` .
66706 . Verify from a clean directory:
6771
6872 ``` bash
69- composer require typephp/native-core:^0.1@alpha
73+ composer require typephp-org /native-core:^0.1@alpha
7074 ```
7175
7276The first repository submission is manual. With GitHub synchronization enabled,
0 commit comments