List of release worker collections for symplify/monorepo-builder.
- PHP >= 8.0
composer require guanguans/monorepo-builder-worker --dev --ansi -vโฐโ ./vendor/bin/monorepo-builder release patch --ansi -v โโฏ
! [NOTE] Checking environment...
! [NOTE] Running process: git-chglog -v
! [NOTE] Running process: gh auth status
! [NOTE] Running process: gh release list --limit 1
! [NOTE] Environment checked!
! [NOTE] Running process: git tag -l --sort=committerdate
1/4) Add local tag "2.0.1"
==========================
class: Symplify\MonorepoBuilder\Release\ReleaseWorker\TagVersionReleaseWorker
! [NOTE] Running process: git add . && git commit -m "prepare release" && git push origin "main"
! [NOTE] Running process: git tag 2.0.1
2/4) Push "2.0.1" tag to remote repository
==========================================
class: Symplify\MonorepoBuilder\Release\ReleaseWorker\PushTagReleaseWorker
! [NOTE] Running process: git push --tags
3/4) Update changelog "2.0.1 (2025-04-07)"
==========================================
class: Guanguans\MonorepoBuilderWorker\GoUpdateChangelogReleaseWorker
! [NOTE] Running process: git-chglog --output CHANGELOG.md
! [NOTE] Running process: git add CHANGELOG.md && git commit -m "chore(release): 2.0.1" --no-verify && git push
! [NOTE] Running process: git-chglog 2.0.1
4/4) Create github release "2.0.1"
==================================
class: Guanguans\MonorepoBuilderWorker\CreateGithubReleaseWorker
! [NOTE] Running process: gh release create 2.0.1 --notes <a name="2.0.1"></a>
! ## [2.0.1] - 2025-04-07
! ### โจ Features
! - **rector:** Add AddDocCommentsToDeclareRector functionality ([9d35c08](https://github.com/guanguans/monorepo-builder-worker/commit/9d35c08))
!
! ### ๐ Bug Fixes
! - **EnvironmentChecker:** Improve namespace prefix handling ([7437c0e](https://github.com/guanguans/monorepo-builder-worker/commit/7437c0e))
! - **config:** Enable final flags in various methods ([d25cde1](https://github.com/guanguans/monorepo-builder-worker/commit/d25cde1))
! - **scripts:** Update Namespace Prefix Fix Method Reference ([aae90a1](https://github.com/guanguans/monorepo-builder-worker/commit/aae90a1))
!
! ### ๐
Code Refactorings
! - apply rector ([695b1c4](https://github.com/guanguans/monorepo-builder-worker/commit/695b1c4))
! - **CreateGithubReleaseReleaseWorker:** Simplify changelog retrieval ([032bb46](https://github.com/guanguans/monorepo-builder-worker/commit/032bb46))
! - **core:** Enhance configuration and class handling ([ffe041c](https://github.com/guanguans/monorepo-builder-worker/commit/ffe041c))
! - **helpers:** Optimize class loading logic in classes() function ([16a7ad1](https://github.com/guanguans/monorepo-builder-worker/commit/16a7ad1))
!
! ### โ
Tests
! - Add initial test files and functionality ([2beb107](https://github.com/guanguans/monorepo-builder-worker/commit/2beb107))
! - **Helpers:** Add test for classes retrieval ([f965e62](https://github.com/guanguans/monorepo-builder-worker/commit/f965e62))
!
! ### ๐ค Continuous Integrations
! - **tests:** Check and fix namespace prefix in workflow ([f465092](https://github.com/guanguans/monorepo-builder-worker/commit/f465092))
! - **workflows:** Fix monorepo builder prefix command ([d449138](https://github.com/guanguans/monorepo-builder-worker/commit/d449138))
!
!
! [2.0.1]: https://github.com/guanguans/monorepo-builder-worker/compare/2.0.0...2.0.1
[OK] Version "2.0.1" is now released!
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.