So I have the following branches in my Github repo: (follows "git flow")
I already know how to create branch aliases, such as for the releases. I could technically remove the composer.json
file each time I add a new feature branch and then commit it back in once I am ready to merge it into develop
, but that would be very annoying and easy to forget.
My Question: How can I hide the feature branches from Packagist?
A branch can be hidden from packagist if the branch doesn't contain a composer.json
file in the root folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With