mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2024-11-11 11:59:21 +00:00
0065fe649f
IS_DEVELOPMENT_BUILD to false This is more streamlined than the previous approach, and works better for a world where 1 person isn't doing all the work. Now, the flow is simpler: - Do changes (e.g. protocol update), changelog & set IS_DEVELOPMENT_BUILD to false all in a single PR, which can be squash-merged if desired - Once the PR is merged, a draft release will be prepared - RestrictedActions will automatically set IS_DEVELOPMENT_BUILD back to true and bump the version - Tag will be created when the release is published Previously, multiple PRs might be needed, and the PR containing the release changelog couldn't be squash-merged. Manual intervention was also required to create a tag and prepare a release. This PR also includes new CI checks to check for basic errors like forgotten changelog files to ensure changelog links work correctly. Note: Only PRs from PMMP Team members with **write** access to the repository can trigger release generation. Random people cannot trigger release generation by sending PRs. |
||
---|---|---|
.. | ||
php@084822aa9e | ||
dump-version-info.php | ||
generate-bedrockdata-path-consts.php | ||
generate-biome-ids.php | ||
generate-block-serializer-consts.php | ||
generate-build-info-json.php | ||
generate-item-type-names.php | ||
generate-known-translation-apis.php | ||
generate-pocketmine-yml-property-consts.php | ||
generate-registry-annotations.php | ||
make-release.php | ||
server-phar-stub.php | ||
server-phar.php |