-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added the namespace
option to the publish
command
#9278
base: 4.6
Are you sure you want to change the base?
feat: added the namespace
option to the publish
command
#9278
Conversation
namespace
option to the publish
commandnamespace
option to the publish
command
The new option unaccepted in |
Please rebase with the 4.6 branch: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/workflow.md#if-you-sent-to-the-wrong-branch Commits should be signed: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/workflow.md#gpg-signing-old-commits |
4b61eca
to
2f5fb07
Compare
4619119
to
8b8e89c
Compare
Your first commit also needs to be signed. Please add a changelog entry under the Enhancements section: https://github.com/codeigniter4/CodeIgniter4/blob/4.6/user_guide_src/source/changelogs/v4.6.0.rst |
this option allows you to run only Publishers of a specific namespace
8b8e89c
to
147d2af
Compare
41e390f
to
a19437b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a small fix is needed in the user guide.
Co-authored-by: Michal Sniatala <[email protected]>
Description
This option allows you to run only Publishers of a specific namespace
The
namespace
option is used to define the namespace from which to search for publishers. This not only limits the files to be scanned but also prevents a publisher from being reexecuted.If a library has misconfigured its publisher, reexecution may result in a file being replaced, for example a configuration file of library.
Checklist: